Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CONF
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UvA
CONF
Commits
aa634298
Commit
aa634298
authored
5 years ago
by
Spiros Koulouzis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added tag and push
parent
a54864b7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
.travis.yml
.travis.yml
+12
-1
No files found.
.travis.yml
View file @
aa634298
...
@@ -43,6 +43,17 @@ matrix:
...
@@ -43,6 +43,17 @@ matrix:
-
mvn -Dmaven.test.skip=true dockerfile:build
-
mvn -Dmaven.test.skip=true dockerfile:build
after_success
:
after_success
:
-
docker stack deploy conf -c docker-compose.yml
-
docker stack deploy conf -c docker-compose.yml
-
count=0 && until $(curl --output /dev/null --silent --head --fail http://localhost:8081); do printf '.' && sleep
3
&& count=$((count+1)) && if [ $count -gt 5 ]; then break; fi; done
-
count=0 && until $(curl --output /dev/null --silent --head --fail http://localhost:8081); do printf '.' && sleep
5
&& count=$((count+1)) && if [ $count -gt 5 ]; then break; fi; done
-
mvn test
-
mvn test
-
docker login -u $DOCKER_USER -p $DOCKER_PASS
-
docker login -u $DOCKER_USER -p $DOCKER_PASS
-
docker tag manager:3.0.0 alogo53/manager:3.0.0
-
docker push alogo53/manager:3.0.0
-
docker tag sure-tosca:3.0.0 alogo53/sure-tosca:3.0.0
-
docker push alogo53/sure-tosca:3.0.0
-
docker tag planner:3.0.0 alogo53/planner:3.0.0
-
docker push alogo53/planner:3.0.0
-
docker tag provisioner:3.0.0 alogo53/provisioner:3.0.0
-
docker push alogo53/provisioner:3.0.0
-
docker tag deployer:3.0.0 alogo53/deployer:3.0.0
-
docker push alogo53/deployer:3.0.0
This diff is collapsed.
Click to expand it.
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