Update .gitlab-ci.yml
This commit is contained in:
parent
b25706e576
commit
3c9238ff74
|
@ -80,7 +80,7 @@ deploy:resourcepack:
|
|||
|
||||
- cd resourcepack-out
|
||||
- SHASUM=$(sha1sum resourcepack.zip | awk '{ print $1 }')
|
||||
- ssh "$SERVER_HOST" (cd "WPD_FOLDER" && sed-i server.properties "s/resource-pack-sha1=.*/resource-pack-sha1=$SHASUM")
|
||||
- ssh "$SERVER_HOST" '(cd "WPD_FOLDER" && sed-i server.properties "s/resource-pack-sha1=.*/resource-pack-sha1=$SHASUM")'
|
||||
|
||||
only:
|
||||
refs:
|
||||
|
|
Loading…
Reference in New Issue