We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e73ea6a + 5f2ee41 commit e0680b0Copy full SHA for e0680b0
.circleci/config.yml
@@ -17,15 +17,13 @@ jobs:
17
- run:
18
name: "Create VERSION file"
19
command: |
20
- source $BASH_ENV
21
echo $VERSION > VERSION
22
23
name: "Install git-archive-all"
24
command: pip install git-archive-all
25
26
name: "Create source tarball"
27
28
29
git-archive-all --force-submodules --prefix=offscreen-${VERSION}/ offscreen-${VERSION}.tar.gz
30
- store_artifacts:
31
path: offscreen-${VERSION}.tar.gz
0 commit comments