Run pushall with bash.

This commit is contained in:
James Westby
2016-09-09 15:01:16 +01:00
parent 0930a29d6f
commit 0d233a3c31
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ before_install:
- sudo apt-get install -y debian-archive-keyring debootstrap
deploy:
provider: script
script: pushall
script: bash pushall
skip_cleanup: true
on:
branch: master
+3
View File
@@ -1,5 +1,8 @@
#!/bin/bash
set -e
set -u
DISTS="jessie
unstable
"