Skip to content

Commit

Permalink
fix: deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
achauve committed Sep 2, 2024
1 parent e74a4b1 commit 6a928b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci-dso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ deploy:
GITHUB_TOKEN_INFRA_REPO: "${GITHUB_TOKEN_INFRA_REPO}"
script:
- echo "Deploying tag $TAG from branch $CI_COMMIT_REF_SLUG"
- apt install curl
- apt-get update && apt-get install curl
- |
if [[ "$CI_COMMIT_REF_SLUG" == "cloud-pi-demo" ]]; then
ENVIRONMENT=main
Expand Down

0 comments on commit 6a928b4

Please sign in to comment.