diff --git a/.circleci/config.yml b/.circleci/config.yml index 46a84fa6..d5193013 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,7 @@ version: 2.1 orbs: - orbtools: gofunky/orbtools@dev:0.0.14 + orbtools: gofunky/orbtools@dev:0.0.15 envorb: gofunky/envorb@0.2.6 master_filter: &master_filter diff --git a/src/@orb.yml b/src/@orb.yml index a8dae397..e5393dda 100644 --- a/src/@orb.yml +++ b/src/@orb.yml @@ -44,7 +44,9 @@ commands: command: | source /usr/local/bin/envload export REPOSITORY_ORGANIZATION=$(git remote -v | grep "(fetch)" | sed 's/.*\/\([^ ]*\)\/.*/\1/') + echo "SET REPOSITORY_ORGANIZATION: ${REPOSITORY_ORGANIZATION}" export REPOSITORY_NAME=$(basename -s .git `git config --get remote.origin.url`) + echo "SET REPOSITORY_NAME: ${REPOSITORY_NAME}" circleci orb publish << parameters.orb-path >> << parameters.orb-ref >> <<# parameters.token-variable >>--token << parameters.token-variable >> <> pack: