|
|
|
@ -21,8 +21,10 @@ steps: |
|
|
|
commands: |
|
|
|
- apt-get update -yqq |
|
|
|
- apt-get install -yqq zip tar |
|
|
|
- cd .. && tar -cvzf stepper-${DRONE_TAG}.tar.gz ./stepper && mv stepper-${DRONE_TAG}.tar.gz stepper && cd stepper |
|
|
|
- cd .. && zip -r stepper-${DRONE_TAG}.zip ./stepper && mv stepper-${DRONE_TAG}.zip stepper && cd stepper |
|
|
|
- cd .. && tar -cvzf stepper-${DRONE_TAG}.tar.gz ./stepper && cd stepper |
|
|
|
- cd .. && zip -r stepper-${DRONE_TAG}.zip ./stepper && cd stepper |
|
|
|
- cd .. && mv stepper-${DRONE_TAG}.tar.gz stepper && cd stepper |
|
|
|
- cd .. && mv stepper-${DRONE_TAG}.zip stepper && cd stepper |
|
|
|
when: |
|
|
|
event: tag |
|
|
|
|
|
|
|
|