Use a final stage instead that never gets uploaded to the container registry.
This commit is contained in:
parent
f28fd616f2
commit
339ba1578e
5 changed files with 24 additions and 23 deletions
|
@ -2,12 +2,4 @@
|
|||
|
||||
echo $PUB | dart pub token add https://git.zontreck.com/api/packages/AriasCreations/pub
|
||||
|
||||
mkdir -pv ~/.gradle
|
||||
echo $GRADLEPROP | base64 -d > ~/.gradle/gradle.properties
|
||||
|
||||
mkdir -pv ~/.ssh
|
||||
echo "$PRIVKEY" | base64 -d > ~/.ssh/id_rsa
|
||||
echo "$PUBKEY" | base64 -d > ~/.ssh/id_rsa.pub
|
||||
chmod 0600 ~/.ssh/id_rsa
|
||||
|
||||
java -Dfile.encoding=UTF-8 -Dsun.jnu.encoding=UTF-8 -jar /agent.jar -url "https://ci.zontreck.com" -secret "$AGENT" -name "Linux" -workDir "/builder"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue