Skip to content
Snippets Groups Projects
Commit 2c690731 authored by iaibrys's avatar iaibrys
Browse files

raise errors on failure

parent df32358f
No related branches found
No related tags found
No related merge requests found
Pipeline #380 failed
......@@ -7,6 +7,8 @@ CI_JOB_TOKEN=$2
CI_REGISTRY=$3
CI_PROJECT_PATH=$4
set -e
echo "Deploy to ${CI_BUILD_REF_SLUG} server"
docker login -u gitlab-ci-token -p ${CI_JOB_TOKEN} ${CI_REGISTRY}
cd /enote/src/dtu-enote
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment