Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix schema generation CI #23

Merged
merged 1 commit into from
Jan 18, 2022
Merged

Fix schema generation CI #23

merged 1 commit into from
Jan 18, 2022

Conversation

RodrigoAD
Copy link
Member

No description provided.

@RodrigoAD RodrigoAD changed the title Test schema generation CI Fix schema generation CI Jan 11, 2022
use cargo from nix

removed schema generation temp

fix
@RodrigoAD RodrigoAD force-pushed the fix-contract-release branch from 4bfdf37 to f7fb151 Compare January 17, 2022 15:42
@RodrigoAD RodrigoAD marked this pull request as ready for review January 17, 2022 15:42
@@ -16,8 +16,8 @@ jobs:
--mount type=volume,source="$(basename "$(pwd)")_cache",target=/code/target \
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
cosmwasm/workspace-optimizer:0.12.3
- name: Build Schemas
run: for d in contracts/*/; do cd "$d"; cargo schema; cd ../..; done
# - name: Build Schemas
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll merge this PR for now to unblock progress, but extracting this as a GH Issue so we can revisit it soon.

Also, note that any releases we do in between will need to be redone (missing schema) after the fix is out.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@RodrigoAD RodrigoAD merged commit b00a4e8 into main Jan 18, 2022
@RodrigoAD RodrigoAD deleted the fix-contract-release branch January 18, 2022 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants