Skip to content
Snippets Groups Projects
Commit 926a64b1 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Fix compress script

parent cc1678f9
Branches
Tags
No related merge requests found
...@@ -24,5 +24,4 @@ requirements: ...@@ -24,5 +24,4 @@ requirements:
entry: | entry: |
#!/bin/bash #!/bin/bash
mkdir out mkdir out
cd out
tar -cvf out/$1.tar.gz $1 tar -cvf out/$1.tar.gz $1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment