Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
CMCDragonkai committed Jul 10, 2022
1 parent fb4d6a8 commit dfb6406
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,9 @@ integration:deployment:
script:
- >
nix-shell --run $'
set -o errexit;
set -o nounset;
set -o pipefail;
echo \'Deploying container image to ECR\';
aws ecr get-login-password \
| skopeo login \
Expand Down

0 comments on commit dfb6406

Please sign in to comment.