Skip to content

Commit

Permalink
dplv1-gh-release
Browse files Browse the repository at this point in the history
  • Loading branch information
qasim-at-tci authored Jan 25, 2023
1 parent efc41fd commit df31da2
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
os: linux
dist: focal

language: shell

env:
global:
- TEST_TAG=v2.0.4
install: skip

script:
- bash ./hello.sh || travis_terminate 1
- echo "Hello"
- echo "done"
script: true

deploy:
skip_cleanup: true
provider: releases
api_key: $GITHUB_TOKEN
file: ./test.md
name: "TEST RELEASE $TEST_TAG"
tag: $TEST_TAG
on:
branch: minimal-build-check

after_deploy: echo "DONE"

0 comments on commit df31da2

Please sign in to comment.