Skip to content

Commit 26cb080

Browse files
authored
Merge pull request #289 from rvsia/setTravisRepoSlug
Set TRAVIS_REPO_SLUG in Circle_CI
2 parents 9130c7f + d818327 commit 26cb080

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
steps:
3535
- attach_workspace:
3636
at: ~/react-forms
37+
- run:
38+
name: 'Setup environment variables'
39+
command: 'export TRAVIS_REPO_SLUG=data-driven-forms/react-forms'
3740
- run:
3841
name: Release new version
3942
command: |

0 commit comments

Comments
 (0)