Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Updating default branch with new ci/cd and dependabot settings #988

Merged
merged 1 commit into from
Jul 12, 2021

Conversation

bradlhart
Copy link
Contributor

Change Description

API Changes

  • API Changes

Documentation Additions

  • Documentation Additions

@bradlhart bradlhart requested a review from praphael July 12, 2021 16:32
&& cd return-values-example-app \
&& eosio-cpp -abigen ./contracts/action_return_value/src/action_return_value.cpp -o ./contracts/action_return_value/build/action_return_value.wasm -R ./contracts/action_return_value/ricardian/ \
&& mkdir -p /root/contracts/action_return_value/ && mv ./contracts/action_return_value/build/* /root/contracts/action_return_value/ \
; fi
&& mkdir -p /root/contracts/action_return_value/ && mv ./contracts/action_return_value/build/* /root/contracts/action_return_value/

Choose a reason for hiding this comment

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

Could we use git fetch to grab a few files in place of cloning whole repos here ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Builds take 2 minutes max at the moment so minimal performance increases for that change. Will probably address in the future.

@bradlhart bradlhart merged commit ea34fb9 into master Jul 12, 2021
@bradlhart bradlhart deleted the updating_cicd_for_release branch July 12, 2021 17:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants