ci: move install-awscli.sh into scripts/

This commit is contained in:
Pietro Albini 2019-10-04 18:24:10 +02:00
parent 85943fd7c8
commit 4f568f8a81
No known key found for this signature in database
GPG key ID: 3E06ABE80BAAF19C
2 changed files with 1 additions and 1 deletions

View file

@ -127,7 +127,7 @@ steps:
# Ensure the `aws` CLI is installed so we can deploy later on, cache docker
# images, etc.
- bash: src/ci/install-awscli.sh
- bash: src/ci/scripts/install-awscli.sh
env:
AGENT_OS: $(Agent.OS)
condition: and(succeeded(), not(variables.SKIP_JOB))