Commit 4eacbbae authored by Николай Осинцев's avatar Николай Осинцев
Browse files

dev: gitlab-ci.yml: add before_script section

parent 1bb8ed8b
No related merge requests found
Pipeline #73518 failed with stages
in 1 minute and 36 seconds
Showing with 4 additions and 2 deletions
+4 -2
......@@ -55,8 +55,6 @@ unit-testing:
- echo "Unit tests passed."
build-image-job:
services:
- docker:20.10.16-dind
stage: packaging
only:
- master
......@@ -64,6 +62,10 @@ build-image-job:
tags:
- dind
- my
services:
- docker:20.10.16-dind
before_script:
- docker info
script:
- echo "Current branch is $CI_COMMIT_BRANCH"
- echo "Pipeline source is $CI_PIPELINE_SOURCE"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment