Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Николай Осинцев
DevOps2022OsintsevNikolay
Commits
4eacbbae
Commit
4eacbbae
authored
2 years ago
by
Николай Осинцев
Browse files
Options
Download
Patches
Plain Diff
dev: gitlab-ci.yml: add before_script section
parent
1bb8ed8b
develop
No related merge requests found
Pipeline
#73518
failed with stages
in 1 minute and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-2
.gitlab-ci.yml
with
4 additions
and
2 deletions
+4
-2
.gitlab-ci.yml
+
4
−
2
View file @
4eacbbae
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets