Skip to content

Commit

Permalink
[fix-variable-expansion-exec-form] Testing exec form for variable exp…
Browse files Browse the repository at this point in the history
…ansion.
  • Loading branch information
GROwen committed Sep 11, 2024
1 parent 1eda0ab commit 6118876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/awx-ee/execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ additional_build_steps:
- RUN chmod +x composer.phar
- RUN mv composer.phar /usr/local/bin/composer
- RUN composer global require szeidler/composer-patches-cli:^1.0
- RUN curl -L "https://github.com/itchyny/gojq/releases/download/v$GOJQ_VERSION/gojq_v$GOJQ_VERSION_linux_amd64.tar.gz" --output /tmp/gojq_v$GOJQ_VERSION_linux_amd64.tar.gz
- RUN ["sh", "-c", "curl -L https://github.com/itchyny/gojq/releases/download/v$GOJQ_VERSION/gojq_v$GOJQ_VERSION_linux_amd64.tar.gz --output /tmp/gojq_v$GOJQ_VERSION_linux_amd64.tar.gz"]
- RUN tar -C /tmp -xvf /tmp/gojq_v$GOJQ_VERSION_linux_amd64.tar.gz
- RUN chmod +x /tmp/gojq_v$GOJQ_VERSION_linux_amd64/gojq
- RUN mv /tmp/gojq_v$GOJQ_VERSION_linux_amd64/gojq /usr/local/bin
Expand Down

0 comments on commit 6118876

Please sign in to comment.