diff options
Diffstat (limited to '.onedev-buildspec.yml')
| -rw-r--r-- | .onedev-buildspec.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml index 3311d18..0cd6ec3 100644 --- a/.onedev-buildspec.yml +++ b/.onedev-buildspec.yml @@ -14,13 +14,12 @@ jobs: image: gcc interpreter: !DefaultInterpreter commands: - - make lib core smash - - make dist + - make useTTY: false condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL - !PublishArtifactStep name: Publish - artifacts: dist/ + artifacts: target/rex.iso condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL triggers: - !TagCreateTrigger |