mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-02-14 22:44:00 +00:00
Fix travis: use && instead of &
This commit is contained in:
@@ -151,7 +151,7 @@ script:
|
||||
- echo "------------- RUN TESTS -------------"
|
||||
- make check
|
||||
- pwd & ls
|
||||
- mkdir qtdeploy & mv flameshot ./qtdeploy/
|
||||
- mkdir qtdeploy && mv flameshot ./qtdeploy/
|
||||
- cp ./qtdeploy/flameshot ./
|
||||
- curl --upload-file ./flameshot https://transfer.sh/flameshot
|
||||
- cd ./qtdeploy
|
||||
|
||||
Reference in New Issue
Block a user