Skip to content

Commit e0680b0

Browse files
authored
Merge pull request #14 from kintel/actions
Debugging CircleCI
2 parents e73ea6a + 5f2ee41 commit e0680b0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.circleci/config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,13 @@ jobs:
1717
- run:
1818
name: "Create VERSION file"
1919
command: |
20-
source $BASH_ENV
2120
echo $VERSION > VERSION
2221
- run:
2322
name: "Install git-archive-all"
2423
command: pip install git-archive-all
2524
- run:
2625
name: "Create source tarball"
2726
command: |
28-
source $BASH_ENV
2927
git-archive-all --force-submodules --prefix=offscreen-${VERSION}/ offscreen-${VERSION}.tar.gz
3028
- store_artifacts:
3129
path: offscreen-${VERSION}.tar.gz

0 commit comments

Comments
 (0)