Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
document-storage
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Wandelwerk-Software
libraries
document-storage
Commits
22384a32
Commit
22384a32
authored
6 years ago
by
Bruno Burke
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml
parent
e1bd817b
No related branches found
No related tags found
No related merge requests found
Pipeline
#2183
passed
6 years ago
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
22384a32
...
...
@@ -25,7 +25,7 @@ test1:
stage
:
test
script
:
-
docker pull $CONTAINER_TEST_IMAGE
-
docker run -rm $CONTAINER_TEST_IMAGE lein test
-
docker run
-
-rm $CONTAINER_TEST_IMAGE lein test
#release-image:
# stage: release
...
...
@@ -40,6 +40,6 @@ deploy:
stage
:
deploy
script
:
-
docker pull $CONTAINER_TEST_IMAGE
-
docker run -rm --dns=$DNS_SERVER -e ARTIFACTORY_USER=$ARTIFACTORY_USER -e ARTIFACTORY_PASS=$ARTIFACTORY_PW -e ARTIFACTORY_URL=$ARTIFACTORY_DEPLOY_REPOSITORY $CONTAINER_TEST_IMAGE sh deploy.sh
-
docker run
-
-rm --dns=$DNS_SERVER -e ARTIFACTORY_USER=$ARTIFACTORY_USER -e ARTIFACTORY_PASS=$ARTIFACTORY_PW -e ARTIFACTORY_URL=$ARTIFACTORY_DEPLOY_REPOSITORY $CONTAINER_TEST_IMAGE sh deploy.sh
only
:
-
master
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