Skip to content

Commit

Permalink
enable dotglob so hidden dirs are moved
Browse files Browse the repository at this point in the history
  • Loading branch information
jhendrixMSFT committed Jul 15, 2019
1 parent 8868c9a commit 158aeb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ steps:
set -e
mkdir -p '$(GOPATH)/bin'
mkdir -p '$(sdkPath)'
shopt -s extglob
shopt -s dotglob extglob
mv !(work) '$(sdkPath)'
echo '##vso[task.prependpath]$(GOROOT)/bin'
echo '##vso[task.prependpath]$(GOPATH)/bin'
Expand Down

0 comments on commit 158aeb6

Please sign in to comment.