Skip to content
Snippets Groups Projects
Commit 1303b4d9 authored by Pernille Nødtvedt Welle-Watne's avatar Pernille Nødtvedt Welle-Watne
Browse files

Update .gitlab-ci.yml

parent 075c3458
No related branches found
No related tags found
4 merge requests!9Error 1,!7Boundary tests,!6Task 2 coverage test,!5Task 2 coverage test
...@@ -27,7 +27,7 @@ build_image: ...@@ -27,7 +27,7 @@ build_image:
before_script: before_script:
- dnf install -y nodejs - dnf install -y nodejs
- curl https://cli-assets.heroku.com/install.sh | sh - curl https://cli-assets.heroku.com/install.sh | sh
- sed -i '/^mountopt =.*/d' /etc/containers/storage.conf - sed -i "/^mountopt =.*/d" /etc/containers/storage.conf
script: script:
- buildah bud --iidfile iidfile -t rust-python-demo:$CI_COMMIT_SHORT_SHA . - buildah bud --iidfile iidfile -t rust-python-demo:$CI_COMMIT_SHORT_SHA .
- buildah push --creds=_:$(heroku auth:token) $(cat iidfile) registry.heroku.com/tdt4242-base/web - buildah push --creds=_:$(heroku auth:token) $(cat iidfile) registry.heroku.com/tdt4242-base/web
...@@ -41,4 +41,4 @@ release: ...@@ -41,4 +41,4 @@ release:
- apk add curl bash - apk add curl bash
- curl https://cli-assets.heroku.com/install.sh | sh - curl https://cli-assets.heroku.com/install.sh | sh
script: script:
- heroku container:release -a tdt4242-base web - heroku container:release -a tdt4242-base web
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment