Changeset 1cdbc6a
- Timestamp:
- 01/15/19 14:48:16 (2 years ago)
- Branches:
- develop
- Children:
- eeea305
- Parents:
- 95ba467
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.gitlab-ci.yml
rdd48bb5 r1cdbc6a 2 2 - build 3 3 - deploy 4 - upload 4 5 5 6 build-debian-jessie: … … 112 113 only: 113 114 - tags 115 116 upload-packages: 117 stage: upload 118 image: ubuntu-bionic 119 script: 120 - ./bintray-upload.sh 121 only: 122 - tags 123
Note: See TracChangeset
for help on using the changeset viewer.