diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-10 13:47:03 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-10 13:47:03 +0100 |
| commit | a26ff27a775e2795c4f730131e54b1f81a72c8e2 (patch) | |
| tree | 83f4c2a029714ef78e302a76299dc621d88a0f27 | |
| parent | d2f37b5965d5c122bbc0e86e0e91b0d631012325 (diff) | |
Delete .onedev-buildspec.yml
| -rw-r--r-- | .onedev-buildspec.yml | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml deleted file mode 100644 index 0cd6ec3..0000000 --- a/.onedev-buildspec.yml +++ /dev/null @@ -1,32 +0,0 @@ -version: 19 -jobs: -- name: Build - steps: - - !CheckoutStep - name: Checkout - cloneCredential: !DefaultCredential {} - withLfs: false - withSubmodules: false - condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL - - !CommandStep - name: Build - runInContainer: true - image: gcc - interpreter: !DefaultInterpreter - commands: - - make - useTTY: false - condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL - - !PublishArtifactStep - name: Publish - artifacts: target/rex.iso - condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL - triggers: - - !TagCreateTrigger - tags: release-v**.**.** - branches: master - projects: reX - retryCondition: never - maxRetries: 3 - retryDelay: 30 - timeout: 3600 |