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 73c9fbb commit 521982aCopy full SHA for 521982a
.travis.yml
@@ -3,9 +3,8 @@ sudo: required
3
services:
4
- docker
5
6
-matrix:
7
- - RELEASE=10.1
8
-# - RELEASE=10.2
+env:
+ - RELEASE=10.1
9
10
before_install:
11
- docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD"
README.md
@@ -21,7 +21,7 @@ docker login
21
docker pull store/softwareag/commandcentral:10.1-server
22
```
23
24
-Copy [init-10.1.yaml.template](init.yaml.template) into init.yaml files and modify it
+Copy init-10.1.yaml into init.yaml files and modify it
25
with your Empower credentials (email and password):
26
27
```yaml
0 commit comments