Skip to content
Snippets Groups Projects

Merging final pip in main

Closed Isabelle Josephine Karal requested to merge s91190/app-service:stable into main
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
+ 1
2
@@ -20,16 +20,15 @@ job_build:
- if: $CI_COMMIT_REF_NAME =~ /stable/ #https://docs.gitlab.com/ee/ci/yaml/workflow.html
when: always
before_script:
- cd $CI_PROJECT_DIR #SPÄTER WIEDER RAUS NEHMEN
- mkdir -p ./artifacts
script:
- apk add go
- go get -t ./...
- CGO_ENABLED=0 go build -o ./artifacts/webservice ./*.go
- ls -l ./artifacts #SPÄTER WIEDER RAUS NEHMEN
artifacts:
paths:
- ./artifacts
expire_in: 60 sec
job_test:
Loading