Symlink to correct binary name

This commit is contained in:
J0WI 2018-02-22 18:00:14 +01:00
parent 2e2b6bebd4
commit 87cb4a6de8
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ branches:
install:
- git clone https://github.com/docker-library/official-images.git ~/official-images
- wget https://doi-janky.infosiftr.net/job/bashbrew/lastSuccessfulBuild/artifact/bin/bashbrew-amd64
- wget https://doi-janky.infosiftr.net/job/bashbrew/lastSuccessfulBuild/artifact/bin/bashbrew-amd64 && ln -s bashbrew-amd64 bashbrew
- export PATH=$PATH:$PWD
before_script: