From e3b250695ed6ea711e978195d716eb680213c3ef Mon Sep 17 00:00:00 2001 From: Michael Blaschek <michael.blaschek@univie.ac.at> Date: Wed, 6 Sep 2023 15:33:56 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5b552b6..c3f2644 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,8 +9,9 @@ variables: build: when: manual script: - - cp definition-files/runscript ../ - - cp definition-files/run-help ../ + - pwd + - cp definition-files/runscript $PWD/ + - cp definition-files/run-help $PWD/ # step 1. build the container! - /bin/bash .gitlabci/build.sh $sfile # step 2. push to harbor -- GitLab