Skip to content

Commit 521982a

Browse files
Pogrebnyak, SergeiPogrebnyak, Sergei
authored andcommitted
RELEASE ENV is global in travis
1 parent 73c9fbb commit 521982a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ sudo: required
33
services:
44
- docker
55

6-
matrix:
7-
- RELEASE=10.1
8-
# - RELEASE=10.2
6+
env:
7+
- RELEASE=10.1
98

109
before_install:
1110
- docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ docker login
2121
docker pull store/softwareag/commandcentral:10.1-server
2222
```
2323

24-
Copy [init-10.1.yaml.template](init.yaml.template) into init.yaml files and modify it
24+
Copy init-10.1.yaml into init.yaml files and modify it
2525
with your Empower credentials (email and password):
2626

2727
```yaml

0 commit comments

Comments
 (0)