Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cmake-qt5
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
docker
cmake-qt5
Commits
5e76fc2f
Commit
5e76fc2f
authored
Jan 26, 2017
by
Wouter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable cache on CI builds
parent
6b98480c
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
No files found.
.gitlab-ci.yml
View file @
5e76fc2f
...
...
@@ -6,7 +6,7 @@ Build master:
stage
:
build
script
:
-
docker rmi --force ${DOCKERHUB_USER}/${DOCKERHUB_REPO}:latest || /bin/true
-
docker build --tag=${DOCKERHUB_USER}/${DOCKERHUB_REPO}:latest .
-
docker build --
no-cache --
tag=${DOCKERHUB_USER}/${DOCKERHUB_REPO}:latest .
tags
:
-
docker
only
:
...
...
@@ -15,7 +15,7 @@ Build master:
Build other
:
stage
:
build
script
:
-
docker build --tag=${DOCKERHUB_USER}/${DOCKERHUB_REPO}:${CI_BUILD_REF_NAME} .
-
docker build --
no-cache --
tag=${DOCKERHUB_USER}/${DOCKERHUB_REPO}:${CI_BUILD_REF_NAME} .
tags
:
-
docker
except
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment