We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94ed555 commit b037214Copy full SHA for b037214
.travis.yml
@@ -12,7 +12,7 @@ env:
12
matrix:
13
- CC_TEMPLATE=sag-um-server
14
- CC_TEMPLATE=sag-um-server TAG=10.1
15
-
+
16
- CC_TEMPLATE=sag-msc-server
17
- CC_TEMPLATE=sag-msc-server TAG=10.1
18
- CC_TEMPLATE=sag-msc-server TAG=9.12
@@ -25,10 +25,7 @@ before_install:
25
# - docker-compose run --rm sagcc -h
26
# - docker-compose logs
27
28
-jobs:
29
- include:
30
- - stage: Dev testing on main tag
31
- - script:
32
- - echo "Testing $CC_TEMPLATE with release $TAG from `pwd`"
+script:
+ - echo "Testing $CC_TEMPLATE with release $TAG from `pwd`"
33
# - docker-compose run --rm provision
34
0 commit comments