Skip to content

Commit 8aefc5c

Browse files
committed
desktop: Revert all non-required changes for changelog generation
1 parent e7fd348 commit 8aefc5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -960,13 +960,13 @@ jobs:
960960
wp-desktop-publish:
961961
docker:
962962
- image: circleci/golang:1.12
963-
working_directory: ~/wp-calypso
963+
working_directory: /home/circleci/wp-calypso
964964
environment:
965965
VERSION: << pipeline.git.tag >>
966966
steps:
967967
- checkout
968968
- attach_workspace:
969-
at: ~/wp-calypso
969+
at: /home/circleci/wp-calypso
970970
- run:
971971
name: Install Dependencies
972972
command: go get github.com/tcnksm/ghr
@@ -976,7 +976,7 @@ jobs:
976976
echo "Publishing draft release for wp-desktop $VERSION..."
977977
NAME="WP-Desktop ${VERSION#?}"
978978
979-
chmod +x ./desktop/bin/make-changelog.sh
979+
chmod +x desktop/bin/make-changelog.sh
980980
./desktop/bin/make-changelog.sh > desktop/CHANGELOG.md
981981
982982
ghr \

0 commit comments

Comments
 (0)