Skip to content

Commit 4f568f8

Browse files
committed
ci: move install-awscli.sh into scripts/
1 parent 85943fd commit 4f568f8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/ci/azure-pipelines/steps/run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ steps:
127127

128128
# Ensure the `aws` CLI is installed so we can deploy later on, cache docker
129129
# images, etc.
130-
- bash: src/ci/install-awscli.sh
130+
- bash: src/ci/scripts/install-awscli.sh
131131
env:
132132
AGENT_OS: $(Agent.OS)
133133
condition: and(succeeded(), not(variables.SKIP_JOB))
File renamed without changes.

0 commit comments

Comments
 (0)