Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejearley committed Dec 19, 2023
1 parent c53591e commit fd7ed50
Show file tree
Hide file tree
Showing 33 changed files with 282 additions and 745 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

# Skip any pushes from the act CLI
# Comment out for testing
if: ${{ github.actor != "nektos/act" }}
if: ${{ github.actor != 'nektos/act' }}

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

# Skip any pushes with commit flag "(skip deploy)"
# Comment out for testing
if: ${{ !contains(github.event.head_commit.message, "(skip deploy)") }}
if: ${{ !contains(github.event.head_commit.message, '(skip deploy)') }}

steps:
- name: Checkout the repo with submodules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

# Skip any pushes with commit flag "(skip deploy)"
# Comment out for testing
if: ${{ !contains(github.event.head_commit.message, "(skip deploy)") }}
if: ${{ !contains(github.event.head_commit.message, '(skip deploy)') }}

steps:
- name: Checkout the repo with submodules
Expand Down
Binary file removed apps/landing/dist/action.png
Binary file not shown.
Binary file removed apps/landing/dist/analytics-chart.png
Binary file not shown.
4 changes: 0 additions & 4 deletions apps/landing/dist/arrow.svg

This file was deleted.

9 changes: 0 additions & 9 deletions apps/landing/dist/assets/index-8aab35ad.js

This file was deleted.

1 change: 0 additions & 1 deletion apps/landing/dist/assets/index-af818f60.css

This file was deleted.

6 changes: 0 additions & 6 deletions apps/landing/dist/casimir.svg

This file was deleted.

1 change: 0 additions & 1 deletion apps/landing/dist/credit-card.svg

This file was deleted.

1 change: 0 additions & 1 deletion apps/landing/dist/disc.svg

This file was deleted.

Binary file removed apps/landing/dist/favicon.ico
Binary file not shown.
3 changes: 0 additions & 3 deletions apps/landing/dist/flash.svg

This file was deleted.

374 changes: 0 additions & 374 deletions apps/landing/dist/gg.svg

This file was deleted.

1 change: 0 additions & 1 deletion apps/landing/dist/github.svg

This file was deleted.

Binary file removed apps/landing/dist/hero-new.png
Binary file not shown.
Binary file removed apps/landing/dist/hero.png
Binary file not shown.
33 changes: 0 additions & 33 deletions apps/landing/dist/index.html

This file was deleted.

1 change: 0 additions & 1 deletion apps/landing/dist/key.svg

This file was deleted.

1 change: 0 additions & 1 deletion apps/landing/dist/lock.svg

This file was deleted.

Binary file removed apps/landing/dist/logo.png
Binary file not shown.
6 changes: 0 additions & 6 deletions apps/landing/dist/logo.svg

This file was deleted.

Binary file removed apps/landing/dist/multi-wallet.png
Binary file not shown.
Binary file removed apps/landing/dist/stake.png
Binary file not shown.
Binary file removed apps/landing/dist/staking-component.png
Binary file not shown.
Binary file removed apps/landing/dist/staking.png
Binary file not shown.
Binary file removed apps/landing/dist/tx.png
Binary file not shown.
Binary file removed apps/landing/dist/txx.png
Binary file not shown.
Binary file removed apps/landing/dist/txx2.png
Binary file not shown.
1 change: 0 additions & 1 deletion apps/landing/dist/users.svg

This file was deleted.

10 changes: 5 additions & 5 deletions infrastructure/cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
},
"devDependencies": {
"@types/jest": "^29.4.0",
"@types/node": "^17.0.35",
"@types/source-map-support": "^0.5.4",
"aws-cdk": "^2.86.0",
"@types/node": "^20.10.5",
"@types/source-map-support": "^0.5.10",
"aws-cdk": "^2.115.0",
"esno": "^0.17.0",
"jest": "^29.4.0",
"ts-jest": "^29.0.5"
},
"dependencies": {
"@aws-cdk/aws-glue-alpha": "^2.86.0-alpha.0",
"aws-cdk-lib": "^2.86.0",
"@aws-cdk/aws-glue-alpha": "^2.115.0-alpha.0",
"aws-cdk-lib": "^2.115.0",
"constructs": "^10.0.0",
"source-map-support": "^0.5.16"
}
Expand Down
Loading

0 comments on commit fd7ed50

Please sign in to comment.