Skip to content

Commit

Permalink
Fix the execution directory
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Sep 24, 2018
1 parent f715057 commit b09adfb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .kokoro/release/drop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@

set -eo pipefail

pushd $(dirname "$0")/../../

source $(dirname "$0")/common.sh

pushd $(dirname "$0")/../../

setup_environment_secrets
create_settings_xml_file "settings.xml"

Expand Down
4 changes: 2 additions & 2 deletions .kokoro/release/promote.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@

set -eo pipefail

pushd $(dirname "$0")/../../

source $(dirname "$0")/common.sh

pushd $(dirname "$0")/../../

setup_environment_secrets
create_settings_xml_file "settings.xml"

Expand Down
4 changes: 2 additions & 2 deletions .kokoro/release/stage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@

set -eo pipefail

pushd $(dirname "$0")/../../

source $(dirname "$0")/common.sh

pushd $(dirname "$0")/../../

setup_environment_secrets
create_settings_xml_file "settings.xml"

Expand Down

0 comments on commit b09adfb

Please sign in to comment.