Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 6ab961a

Browse files
committed
actions
1 parent 7cff9ab commit 6ab961a

File tree

2 files changed

+3
-206
lines changed

2 files changed

+3
-206
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@ jobs:
3737
env:
3838
TRAVIS_OS_NAME: 'linux'
3939
run: |
40-
chmod u+x bash.sh
41-
./bash.sh
40+
curl -s -O https://raw.githubusercontent.com/atom/ci/master/build-package.sh
41+
chmod u+x build-package.sh
42+
./build-package.sh

bash.sh

Lines changed: 0 additions & 204 deletions
This file was deleted.

0 commit comments

Comments
 (0)