Skip to content

Commit

Permalink
join commands to ensure env variable is not lost
Browse files Browse the repository at this point in the history
  • Loading branch information
niketagrawal committed Sep 13, 2024
1 parent 0830008 commit 1aff66c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ build:
jobs:
pre_install:
- pwd
- LATEST_TAG=$(git describe --tags --abbrev=0)
- $LATEST_TAG
- wget https://github.com/tudat-team/tudatpy/archive/refs/tags/$LATEST_TAG.zip
- ls
- LATEST_TAG=$(git describe --tags --abbrev=0) || echo $LATEST_TAG ||
wget https://github.com/tudat-team/tudatpy/archive/refs/tags/$LATEST_TAG.zip
- unzip $LATEST_TAG.zip
- ls
- ls tudatpy-$LATEST_TAG
Expand Down

0 comments on commit 1aff66c

Please sign in to comment.