Skip to content

Commit

Permalink
Echo versions
Browse files Browse the repository at this point in the history
  • Loading branch information
matfax committed Oct 12, 2018
1 parent 1369692 commit 6054e2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
orbtools: gofunky/orbtools@dev:0.0.14
orbtools: gofunky/orbtools@dev:0.0.15
envorb: gofunky/[email protected]

master_filter: &master_filter
Expand Down
2 changes: 2 additions & 0 deletions src/@orb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 >> <</ parameters.token-variable >>
pack:
Expand Down

0 comments on commit 6054e2e

Please sign in to comment.