Skip to content

Commit

Permalink
Merge pull request #1200 from greenpeace/fix-missing-other-repo-asset…
Browse files Browse the repository at this point in the history
…s-in-tests

Manually specify master for other repo
  • Loading branch information
Inwerpsel authored Oct 15, 2020
2 parents 45101b8 + d7a24e8 commit 3857e2c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,11 @@ commands:
working_directory: /home/circleci
command: |
echo "Master theme branch is ${CIRCLE_BRANCH}"
MASTER_THEME_BRANCH=dev-${CIRCLE_BRANCH} [email protected]:greenpeace/planet4-base-fork.git MERGE_REF=develop make
MASTER_THEME_BRANCH=dev-${CIRCLE_BRANCH} \
PLUGIN_GUTENBERG_BLOCKS_BRANCH=dev-master \
[email protected]:greenpeace/planet4-base-fork.git \
MERGE_REF=develop \
make
- run:
name: Test - Clone planet4-docker-compose
command: |
Expand Down

0 comments on commit 3857e2c

Please sign in to comment.