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
+ 0
2
Compare changes
  • Side-by-side
  • Inline
+ 0
2
@@ -19,8 +19,6 @@ job_build:
rules:
- if: $CI_COMMIT_REF_NAME =~ /stable/ #https://docs.gitlab.com/ee/ci/yaml/workflow.html
when: always
before_script: #https://docs.gitlab.com/ee/ci/yaml/#before_script,
- mkdir -p ./artifact.bin # https://github.com/lucendio/lecture-devops-code/blob/911cb6dab66674aa71789568494a27dc58108491/exercises/define-and-run-pipeline/.gitlab-ci.yml#L31:L43 "wieso -p?" --> https://phoenixnap.com/kb/create-directory-linux-mkdir-command
script:
- apk add go
- go get -t ./...
Loading