Skip to content

Commit 759e801

Browse files
committed
Attempt to fix Shippable CI
1 parent 9ad4812 commit 759e801

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

shippable.yml

+7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
language: none
2+
3+
env:
4+
global:
5+
- SHIPPABLE_REPO_DIR="/opt/AtoMiC-ToolKit"
6+
27
before_script:
38
- sudo apt-get update
9+
410
script:
11+
- cd $SHIPPABLE_REPO_DIR
512
- sudo bash ./integration-tests/int-newline-errors.sh
613
- sudo bash ./integration-tests/int-bashate.sh
714
- sudo bash ./integration-tests/int-shellcheck.sh

0 commit comments

Comments
 (0)