Till Wegmüller
2024-03-16 26140516d31c55867e6be682ac020fa32935fd84
Fix CI build in new system. Do not package copy we have the repo to publish into

Signed-off-by: Till Wegmüller <toasterson@gmail.com>
2 files modified
10 ■■■■■ changed files
ci/encumbered-build.groovy 5 ●●●●● patch | view | raw | blame | history
ci/user-build.groovy 5 ●●●●● patch | view | raw | blame | history
ci/encumbered-build.groovy
@@ -35,11 +35,6 @@
                }
            }
        }
        stage('copy packages') {
            steps {
                pkgcopyEncumbered()
            }
        }
        stage('update system') {
            steps {
                update()
ci/user-build.groovy
@@ -51,11 +51,6 @@
                }
            }
        }
        stage('copy packages') {
            steps {
                pkgcopy()
            }
        }
        stage('update system') {
            steps {
                update()