diff options
author | Tulir Asokan <tulir@maunium.net> | 2018-05-15 20:02:46 +0300 |
---|---|---|
committer | Tulir Asokan <tulir@maunium.net> | 2018-05-15 20:02:46 +0300 |
commit | 7413659114a6266cb5ad8b11acec53fdce259a4a (patch) | |
tree | f738f3a9e9158fb220a7f2d61803b4c60e30d11f /scripts/ci | |
parent | c3eb2f8bdbba79e364ed9c616ba2808c2eafc40c (diff) |
Fix compiling things in gh-deployer
Diffstat (limited to 'scripts/ci')
-rwxr-xr-x | scripts/ci | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ #!/bin/bash +source /etc/environment mkdir -p .tmp/src/maunium.net/go ln -s ../../../../ .tmp/src/maunium.net/go/gomuks mkdir -p target/ |