Removed Casper-specific 4.0 code from CI

no issue

- the 4.0 Casper work is now in `main` and we don't need to switch
  branches any more
This commit is contained in:
Daniel Lockyer 2021-03-10 21:49:02 +00:00
parent 004966ea58
commit 1155a3cd5d
No known key found for this signature in database
GPG Key ID: FFBC6FA2A6F6ABC1

View File

@ -134,9 +134,6 @@ jobs:
- run: npm install -g ghost-cli@latest
- run: npm --no-git-tag-version version minor # We need to artificially bump the minor version to get migrations to run
- run: git checkout 4.0
working-directory: content/themes/casper
- run: zip -r ghost.zip .
- name: Clean Install
@ -192,9 +189,6 @@ jobs:
- run: yarn
- run: grunt master
- run: git checkout 4.0
working-directory: content/themes/casper
- run: echo "ghost_hash=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
- run: echo "ghost_admin_hash=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
working-directory: core/client