Skip to content

Commit

Permalink
Revert "avniproject/avni-product#1650 | set up circle branch to overc…
Browse files Browse the repository at this point in the history
…ome circle ci test failure"

This reverts commit d528996.
  • Loading branch information
1t5j0y committed Oct 1, 2024
1 parent 2180311 commit bc9ae05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ jobs:

- run: wget -qO- https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/8.5.9/flyway-commandline-8.5.9-linux-x64.tar.gz | tar xvz && sudo ln -s `pwd`/flyway-8.5.9/flyway /usr/local/bin

- run: curl -L https://github.com/avniproject/avni-server/archive/$CIRCLE_BRANCH.zip >> ~/server.zip
- run: curl -L https://github.com/avniproject/avni-server/archive/master.zip >> ~/server.zip

- run: |
cd ~/
unzip server.zip
mv avni-server-$CIRCLE_BRANCH avni-server
mv avni-server-master avni-server
rm -rf server.zip
- run: |
pwd
Expand Down

0 comments on commit bc9ae05

Please sign in to comment.