diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2d1d33bf15767e7815ec4f47e13a3068cfb29a1f..2603976e96eed1a962475a2a646f9ca59fdde157 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