Skip to content
Snippets Groups Projects
Commit e3b25069 authored by Michael Blaschek's avatar Michael Blaschek :bicyclist:
Browse files

Update .gitlab-ci.yml file

parent b6e6e435
Branches
No related tags found
No related merge requests found
...@@ -9,8 +9,9 @@ variables: ...@@ -9,8 +9,9 @@ variables:
build: build:
when: manual when: manual
script: script:
- cp definition-files/runscript ../ - pwd
- cp definition-files/run-help ../ - cp definition-files/runscript $PWD/
- cp definition-files/run-help $PWD/
# step 1. build the container! # step 1. build the container!
- /bin/bash .gitlabci/build.sh $sfile - /bin/bash .gitlabci/build.sh $sfile
# step 2. push to harbor # step 2. push to harbor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment