philips-software/docker-ci-scripts

Push scripts tries to change directory resulting in an error.

JeroenKnoops opened this issue · 0 comments

docker_push.sh tries to go to the builddir, but the path is not right so this results in an error.

./docker_push.sh: line 21: cd: 11/jdk/slim-aws: No such file or directory

see: https://travis-ci.com/philips-software/openjdk/jobs/178281054#L1275

We don't need to go to the builddir. Remove it.