diff options
| author | toufic ar <contact@toufy.me> | 2026-04-17 11:45:50 +0300 |
|---|---|---|
| committer | toufic ar <contact@toufy.me> | 2026-04-17 11:45:50 +0300 |
| commit | 4ee93930dfec6a9ccbf995c56d524ad89897ede9 (patch) | |
| tree | 18cde8c309d0a36a1559cbd5c62eb77f3f660455 | |
| parent | 180563444c7b1303a060eb3a3301c29ee22a32e6 (diff) | |
| download | taur-4ee93930dfec6a9ccbf995c56d524ad89897ede9.tar.gz taur-4ee93930dfec6a9ccbf995c56d524ad89897ede9.zip | |
remove Jenkinsfile and deps tests
| -rw-r--r-- | Jenkinsfile | 34 | ||||
| -rw-r--r-- | pkgbuilds.json | 2 |
2 files changed, 1 insertions, 35 deletions
diff --git a/Jenkinsfile b/Jenkinsfile deleted file mode 100644 index 6904634..0000000 --- a/Jenkinsfile +++ /dev/null @@ -1,34 +0,0 @@ -pipeline { - agent { docker { image 'archlinux:latest' } } - triggers { cron('H H */7 * *') } - - environment { - SECRET_SSH = credentials('adonis-ssh-key') - SECRET_GPG = credentials('toufy-gpg-key') - SECRET_GPG_PASS = credentials('toufy-gpg-passwd') - } - - stages { - stage('checkout repo') { - steps { - checkout scm - } - } - - stage('build') { - steps { - sh ''' - set -euo pipefail - chmod 700 ./taur.sh - ./taur.sh - ''' - } - } - } - - post { - always { - echo 'pipeline finished' - } - } -} diff --git a/pkgbuilds.json b/pkgbuilds.json index ea74d62..12a8f9f 100644 --- a/pkgbuilds.json +++ b/pkgbuilds.json @@ -20,7 +20,7 @@ { "name": "ventoy-bin", "nick": ["ventoy-bin"], - "deps": ["non", "test5", "test4"] + "deps": [] } ] } |
