mirror of
https://onedev.site.tesses.net/crosslang
synced 2026-02-08 17:15:45 +00:00
Changing version to 0.0.1
This commit is contained in:
@@ -32,16 +32,6 @@ jobs:
|
|||||||
passwordSecret: dockersecret
|
passwordSecret: dockersecret
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
|
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
|
||||||
- !CommandStep
|
|
||||||
name: Wii Build
|
|
||||||
runInContainer: true
|
|
||||||
image: onedev.site.tesses.net/dependencies/wiidev:latest
|
|
||||||
interpreter: !DefaultInterpreter
|
|
||||||
commands: |
|
|
||||||
cd Packaging/CPKG
|
|
||||||
bash wiibuild.sh
|
|
||||||
useTTY: true
|
|
||||||
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
|
|
||||||
- !CommandStep
|
- !CommandStep
|
||||||
name: Build archlinux
|
name: Build archlinux
|
||||||
runInContainer: true
|
runInContainer: true
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
export BUILD=$(($BUILD_NO-152))
|
export BUILD=$(($BUILD_NO-153))
|
||||||
export DEB_VERSION=0.0.1-$BUILD
|
export DEB_VERSION=0.0.1-$BUILD
|
||||||
Reference in New Issue
Block a user