Skip to content

Commit

Permalink
Drone templates #3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zoickx committed Jan 30, 2023
1 parent 5b3ea36 commit c4718df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@ steps:
commands:
- git submodule update --init --recursive

- name: test-basic-env
- name: test-env
image: docker
commands:
- echo $DRONE_BRANCH
- echo '${DRONE_BRANCH}'

- name: test-fancy-env: ${DRONE_BRANCH}
image: docker
commands:
- echo $DONE_BRANCH
- echo cool

- name: test-fancier-env
image: ${DRONE_BRANCH}
commands:
- echo $DONE_BRANCH
- echo cooler

# - name: rebuild-cache
# image: docker
Expand Down

0 comments on commit c4718df

Please sign in to comment.