diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml index 81e5d79..2da611a 100644 --- a/.onedev-buildspec.yml +++ b/.onedev-buildspec.yml @@ -32,16 +32,6 @@ jobs: passwordSecret: dockersecret platforms: linux/amd64 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 name: Build archlinux runInContainer: true diff --git a/Packaging/Linux/version.sh b/Packaging/Linux/version.sh index 27f64a9..25dd189 100644 --- a/Packaging/Linux/version.sh +++ b/Packaging/Linux/version.sh @@ -1,2 +1,2 @@ -export BUILD=$(($BUILD_NO-152)) +export BUILD=$(($BUILD_NO-153)) export DEB_VERSION=0.0.1-$BUILD \ No newline at end of file