EOX GitLab Instance
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ESA
PRISM
VS
Commits
650e584d
Commit
650e584d
authored
3 years ago
by
Mussab Abdalla
Browse files
Options
Downloads
Plain Diff
Merge branch 'testable_staging' into 'staging'
re-enable tests See merge request
!66
parents
db20fb81
28511f82
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!82
Staging to master
,
!66
re-enable tests
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-4
4 additions, 4 deletions
.gitlab-ci.yml
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
4
−
4
View file @
650e584d
...
...
@@ -84,8 +84,8 @@ build-master-staging:
-
IMAGE_8="$CI_REGISTRY_IMAGE/pvs_shibauth"
-
docker pull "$IMAGE_8":"$TAG_USED" ||
true
-
docker build --cache-from "$IMAGE_8":latest -t "$IMAGE_8":dev -t "$IMAGE_8":"$TAG_USED" shibauth/
#
- cd ./testing && ./gitlab_test.sh
#
- if [ $? -ne 0 ]; then exit 1; fi # actually fail build
-
cd ./testing && ./gitlab_test.sh
-
if [ $? -ne 0 ]; then exit 1; fi
# actually fail build
# - cd -
-
docker push "$IMAGE_1":"$TAG_USED"
-
docker push "$IMAGE_2":"$TAG_USED"
...
...
@@ -140,8 +140,8 @@ build:
-
IMAGE="$CI_REGISTRY_IMAGE/pvs_shibauth"
-
docker pull "$IMAGE":staging ||
true
-
docker build --cache-from "$IMAGE":staging -t "$IMAGE":dev shibauth/
#
- cd ./testing && ./gitlab_test.sh
#
- if [ $? -ne 0 ]; then exit 1; fi # actually fail build
-
cd ./testing && ./gitlab_test.sh
-
if [ $? -ne 0 ]; then exit 1; fi
# actually fail build
except
:
-
tags
-
staging
...
...
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