Browse Source

Fix string to map for environment

pull/340/head
Dan Schaper 8 years ago
parent
commit
7466869a91
No known key found for this signature in database GPG Key ID: FFF1A1AD0113C344
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .circleci/config.yml

+ 2
- 1
.circleci/config.yml View File

@ -18,5 +18,6 @@ jobs:
- run:
name: Test initial script run
environment: PATH=/bin:$PATH
environment:
- PATH=/bin:$PATH
command: getsslD

Loading…
Cancel
Save