Skip to content

Commit

Permalink
Rework date format
Browse files Browse the repository at this point in the history
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# On branch master
# Your branch is up to date with 'origin/master'.
#
# Changes to be committed:
#	modified:   .circleci/config.yml
#
  • Loading branch information
Eric RENARD committed Jul 23, 2019
1 parent 8f7a68c commit 53d7d01
Showing 1 changed file with 7 additions and 22 deletions.
29 changes: 7 additions & 22 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,26 +40,11 @@ jobs:
- run: npm run build
- run: cp -R .circleci dist
- run:
command: git init
working_directory: ~/erenard/reversi/dist
- run:
name: Check branch of ~/erenard/reversi/dist
command: git status
working_directory: ~/erenard/reversi/dist
- run:
command: git add --all
working_directory: ~/erenard/reversi/dist
- run:
name: Check branch of ~/erenard/reversi/dist
command: git status
working_directory: ~/erenard/reversi/dist
- run:
command: git commit -m "Release at {{ queued_at }}"
working_directory: ~/erenard/reversi/dist
- run:
name: Check branch of ~/erenard/reversi/dist
command: git status
working_directory: ~/erenard/reversi/dist


# - run: npm run deploy
command: |
git init
git add --all
git commit -m "Release at $(date)"
# - run:
# command: git push -f [email protected]:erenard/reversi.git master:gh-pages
# working_directory: ~/erenard/reversi/dist

0 comments on commit 53d7d01

Please sign in to comment.