Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Commit

Permalink
repaired travis typos
Browse files Browse the repository at this point in the history
  • Loading branch information
biggstd committed Apr 20, 2020
1 parent ba3c6aa commit 047d360
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@ jobs:

- stage: build_dockerfiles
env:
-GSFORGE_IMAGE_TAG="${TRAVS_TAG}"
- GSFORGE_IMAGE_TAG=$TRAVIS_TAG
install: skip
script:
- docker-compose build
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
- docker push systemsgenetics/gsforge_interactive:latest
- docker push systemsgenetics/gsforge_workflow:latest
- docker push systemsgenetics/gsforge_interactive:$TRAVIS_TAG
- docker push systemsgenetics/gsforge_workflow:$TRAVIS_TAG

- stage: build_dev_dockerfiles
env:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

setup(
name='GSForge',
version='0.8.0',
version='0.5',
packages=find_packages(),
url='https://systemsgenetics.github.io/GSForge/',
license='LICENSE.txt',
Expand Down

0 comments on commit 047d360

Please sign in to comment.