Skip to content

Commit

Permalink
changed yml
Browse files Browse the repository at this point in the history
  • Loading branch information
harishgupta01 committed Feb 22, 2019
1 parent c0a9fb0 commit 8d69346
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,6 @@
pipeline:
ssh:
image: appleboy/drone-ssh
secrets: [ ssh_host, ssh_username, ssh_password, irisaumurl, irisidmurl, irisevmurl, irisntmurl, irisappkey, irisappsecret, irisenv, irisappdomain, irisinboundservice, irisinboundsecret, irisuserid, irisuserpwd, irisfromtn, iristotn, iriscalleeid ]
envs: [ irisaumurl, irisidmurl, irisevmurl, irisntmurl, irisappkey, irisappsecret, irisenv, irisappdomain, irisinboundservice, irisinboundsecret, irisuserid, irisuserpwd, irisfromtn, iristotn, iriscalleeid ]
port: 4222
commands:
- pod install
script:
- export IRISAUMURL=$${IRISAUMURL}
- export IRISIDMURL=$${IRISIDMURL}
- export IRISEVMURL=$${IRISEVMURL}
- export IRISNTMURL=$${IRISNTMURL}
- export IRISAPPKEY=$${IRISAPPKEY}
- export IRISAPPSECRET=$${IRISAPPSECRET}
- export IRISENV=$${IRISENV}
- export IRISAPPDOMAIN=$${IRISAPPDOMAIN}
- export IRISINBOUNDSERVICE=$${IRISINBOUNDSERVICE}
- export IRISINBOUNDSECRET=$${IRISINBOUNDSECRET}
- export IRISUSERID=$${IRISUSERID}
- export IRISUSERPWD=$${IRISUSERPWD}
- export IRISFROMTN=$${IRISFROMTN}
- export IRISTOTN=$${IRISTOTN}
- export IRISCALLEEID=$${IRISCALLEEID}
- cd hasrish
- echo $IRISAUMURL
- ./script_ios_test.sh

0 comments on commit 8d69346

Please sign in to comment.