Browse Source

test gchat

master
Ricardo A Carrasco 2 years ago
parent
commit
d66c35ab02
  1. 4
      .drone.yml

4
.drone.yml

@ -23,7 +23,9 @@ steps:
from_secret: ssh_key from_secret: ssh_key
command_timeout: 2m command_timeout: 2m
script: script:
- echo "Hello World 1" - ls
- pwd
- id
# - name: notify # - name: notify
# image: curlimages/curl:7.80.0 # image: curlimages/curl:7.80.0
# environment: # environment:

Loading…
Cancel
Save