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