Skip to content

Commit

Permalink
Remove gpl files (hyperledger-solang#1616)
Browse files Browse the repository at this point in the history
Fixes hyperledger-solang#1598

Signed-off-by: Sean Young <sean@mess.org>
  • Loading branch information
seanyoung authored Jan 7, 2024
1 parent bfc7d4c commit 00bcabb
Show file tree
Hide file tree
Showing 17 changed files with 2 additions and 452 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
uses: actions/checkout@v3
- run: |
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin
docker build . \
docker buildx build . \
--push \
--tag ghcr.io/${GITHUB_REPOSITORY}:${GITHUB_REF/refs\/tags\//} \
--label org.opencontainers.image.description="Solidity Compiler for Solana and Polkadot version $(git describe --tags)"
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ jobs:
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
- run: |
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin
docker build . \
docker buildx build . \
${{steps.push.outputs.push}} \
--tag ghcr.io/${GITHUB_REPOSITORY}:latest \
--label org.opencontainers.image.description="Solidity Compiler for Solana and Polkadot version $(git describe --tags)"
Expand Down
145 changes: 0 additions & 145 deletions examples/polkadot/ballot.sol

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 00bcabb

Please sign in to comment.