Skip to content

Commit

Permalink
Update ci.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Nov 20, 2020
1 parent 4a95eef commit 4fc344f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Its very common to compile your dist files into a docker image while running you
- name: unglue/server
alias: unglue
before_script:
- apt-get install wget
- apt-get -y update && apt-get install -y wget
- wget -O unglue.phar https://github.com/unglue-workflow/client/raw/master/unglue.phar
- chmod +x unglue.phar
script:
Expand Down

0 comments on commit 4fc344f

Please sign in to comment.