Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Dockerfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Piotr Kalaczynski
Dockerfiles
Commits
407677c7
Commit
407677c7
authored
4 years ago
by
Tamas Gal
Browse files
Options
Downloads
Patches
Plain Diff
Fix python
parent
5e812fc9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
3
−
3
View file @
407677c7
...
...
@@ -12,13 +12,13 @@ stages:
before_script
:
-
apk --no-cache add python git
-
apk --no-cache add python
3
git
test
:
stage
:
test
script
:
-
git --no-pager diff --name-only origin/master
-
python publish_images.py -t
-
python
3
publish_images.py -t
tags
:
-
docker
except
:
...
...
@@ -28,7 +28,7 @@ publish:
stage
:
publish
script
:
-
git diff-tree --no-commit-id --name-only -r HEAD
-
python publish_images.py
-
python
3
publish_images.py
tags
:
-
docker
only
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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