Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
silkaj
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
python
silkaj
Commits
6191bd43
Commit
6191bd43
authored
4 years ago
by
Moul
Browse files
Options
Downloads
Patches
Plain Diff
[wip]
#388
: mv test stage after package, test build
parent
fee0334c
No related branches found
No related tags found
No related merge requests found
Pipeline
#11628
failed
4 years ago
Stage: checks
Stage: package
Stage: tests
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-3
4 additions, 3 deletions
.gitlab-ci.yml
with
4 additions
and
3 deletions
.gitlab-ci.yml
+
4
−
3
View file @
6191bd43
stages
:
stages
:
-
checks
-
checks
-
tests
-
package
-
package
-
tests
-
coverage
-
coverage
variables
:
variables
:
...
@@ -83,8 +83,9 @@ tests-3.9:
...
@@ -83,8 +83,9 @@ tests-3.9:
services
:
services
:
-
docker:dind
-
docker:dind
script
:
script
:
-
docker login -u "gitlab-ci-token" -p "$CI_BUILD_TOKEN" $CI_REGISTRY
# - docker login -u "gitlab-ci-token" -p "$CI_BUILD_TOKEN" $CI_REGISTRY
-
docker build --pull -t "$CI_REGISTRY_IMAGE:$IMAGE_TAG" .
-
docker build .
#-t "$CI_REGISTRY_IMAGE:$IMAGE_TAG" .
-
echo "$CI_REGISTRY_IMAGE"
-
docker login -u "gitlab-ci-token" -p "$CI_BUILD_TOKEN" $CI_REGISTRY
-
docker login -u "gitlab-ci-token" -p "$CI_BUILD_TOKEN" $CI_REGISTRY
-
docker tag "$CI_REGISTRY_IMAGE:$IMAGE_TAG" "$CI_REGISTRY_IMAGE:$IMAGE_TAG"
-
docker tag "$CI_REGISTRY_IMAGE:$IMAGE_TAG" "$CI_REGISTRY_IMAGE:$IMAGE_TAG"
-
docker push "$CI_REGISTRY_IMAGE:$IMAGE_TAG"
-
docker push "$CI_REGISTRY_IMAGE:$IMAGE_TAG"
...
...
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