chore: standardize on a single naming scheme for releases

- "build" Dockerfiles should start with build-
- "release" scripts should have the name of the thing they are building appended
This commit is contained in:
Jose Diaz-Gonzalez
2019-01-21 21:40:10 -05:00
parent 8d577b275e
commit 0798841f83
9 changed files with 6 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ jobs:
- run: |
make ci-dependencies
- run: |
./contrib/release build
./contrib/release-dokku build
./tests/ci/setup.sh
- run: |
echo 'export DOKKU_SKIP_CLEANUP=true' | sudo tee /home/dokku/.dokkurc/dokku_skip_cleanup