Skip to content
Snippets Groups Projects
Unverified Commit 18d0a94c authored by Louis's avatar Louis :fire:
Browse files

List directories in before_deploy

parent 6fe3b2db
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,9 @@ cache: cargo ...@@ -18,6 +18,9 @@ cache: cargo
before_deploy: before_deploy:
- cargo build --release - cargo build --release
- ls
- ls target
- ls target/release
- cd target/release - cd target/release
- tar -cvzf swerve.$TARGET.tar.gz swerve - tar -cvzf swerve.$TARGET.tar.gz swerve
...@@ -42,3 +45,6 @@ deploy: ...@@ -42,3 +45,6 @@ deploy:
on: on:
repo: Commander-lol/rust-swerve repo: Commander-lol/rust-swerve
tags: true tags: true
branches:
only:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment