Skip to content

Commit 615298c

Browse files
committed
ci: correct install phase
1 parent 1b95e74 commit 615298c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

codebuild/release/validate-staging.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@ env:
1010
ACCOUNT: /CodeBuild/AccountId
1111

1212
phases:
13-
runtime-versions:
14-
java: $JAVA_ENV_VERSION
13+
install:
14+
commands:
15+
- pip install awscli
16+
runtime-versions:
17+
java: $JAVA_ENV_VERSION
1518
pre_build:
1619
commands:
1720
- export SETTINGS_FILE=$(pwd)/codebuild/release/settings.xml

0 commit comments

Comments
 (0)