Skip to content

Commit

Permalink
Allow moving files into a non-empty directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
james-strauss-uwa committed Sep 16, 2021
1 parent 46aecd7 commit 3f21b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ matrix:
- git config --global user.email "$GITHUB_USERNAME@gmail.com"
- git clone https://$GITHUB_TOKEN@github.com/ICRAR/EAGLE_test_repo
- cd EAGLE_test_repo/
- mv ../DALIUGE/ .
- mv ../DALIUGE/* DALIUGE/
- git add *
- git diff-index --quiet HEAD || git commit -m "Automatically generated DALiuGE palette (DALiuGE version $PROJECT_VERSION)"
- git push
Expand Down

0 comments on commit 3f21b29

Please sign in to comment.