From a1cea3288d9892fc54c9ba7ad1cb3bfd482e4f29 Mon Sep 17 00:00:00 2001 From: ChrQR Date: Wed, 24 Apr 2024 21:00:44 +0200 Subject: [PATCH] removed onedev artifact --- .onedev-buildspec.yml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .onedev-buildspec.yml diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml deleted file mode 100644 index ab35745..0000000 --- a/.onedev-buildspec.yml +++ /dev/null @@ -1,28 +0,0 @@ -version: 31 -jobs: -- name: portfolio ci - steps: - - !CheckoutStep - name: checkout - cloneCredential: !DefaultCredential {} - withLfs: false - withSubmodules: false - condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL - - !CommandStep - name: build - runInContainer: false - interpreter: !DefaultInterpreter - commands: | - npm build - useTTY: true - condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL - - !BuildImageStep - name: build image - tags: rannes.dev/portfolio - publish: false - removeDanglingImages: true - condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL - retryCondition: never - maxRetries: 3 - retryDelay: 30 - timeout: 3600