From 1303b4d9f4c7147b5001afcdca6f006dcaeb1e22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pernille=20N=C3=B8dtvedt=20Welle-Watne?= <1417-pernilnw@users.noreply.gitlab.stud.idi.ntnu.no> Date: Tue, 23 Feb 2021 15:46:29 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2d1d33bf..2603976e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,7 +27,7 @@ build_image: before_script: - dnf install -y nodejs - 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: - 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 @@ -41,4 +41,4 @@ release: - apk add curl bash - curl https://cli-assets.heroku.com/install.sh | sh script: - - heroku container:release -a tdt4242-base web \ No newline at end of file + - heroku container:release -a tdt4242-base web -- GitLab