config: Update 2 files
This commit is contained in:
@ -24,6 +24,9 @@ jobs:
|
||||
registry: gitea.jde.nz
|
||||
username: DoesntMatter
|
||||
password: ${{ secrets.DOCKER_PUSH_TOKEN }}
|
||||
- name: install upx
|
||||
run: |
|
||||
sudo apt-get install -y upx
|
||||
- name: Build Test Publish All
|
||||
run: |
|
||||
SOS_WRITE_TOKEN=${{ secrets.SOS_WRITE_TOKEN }} ./buildtestpublish_all.sh
|
||||
|
@ -18,7 +18,7 @@ function heading() {
|
||||
heading "Publishing ${PROJECT}"
|
||||
|
||||
function die() {
|
||||
title "error: $1"
|
||||
heading "error: $1"
|
||||
exit 1
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user