Skip to content

Commit

Permalink
Update IC commit in snsdemo (#366)
Browse files Browse the repository at this point in the history
# Motivation

#365 failed to update the IC
commit automatically, because sns CLI was changed in
https://gitlab.com/dfinity-lab/public/ic/-/merge_requests/19803 to
require human interaction.

# Changes

1. Update IC commit
2. Pass `--skip-confirmation` to  `sns propose`.

# Tested

CI passes again
  • Loading branch information
dskloetd authored Jun 17, 2024
1 parent c8d0986 commit 4dfff33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/dfx-sns-propose
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ if [ ! -f logo.png ]; then
ln -s "$SOURCE_DIR/../logo.png" ./logo.png
fi

sns propose --neuron-id "$DFX_NEURON_ID" ${PROPOSAL_ID_FILE:+--save-to "$PROPOSAL_ID_FILE"} --network "$DFX_NNS_URL" sns.yml
sns propose --neuron-id "$DFX_NEURON_ID" ${PROPOSAL_ID_FILE:+--save-to "$PROPOSAL_ID_FILE"} --skip-confirmation --network "$DFX_NNS_URL" sns.yml
2 changes: 1 addition & 1 deletion bin/versions.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# shellcheck disable=SC2034 # Variables are expected to be unused in this file
# Release from 2023-05-30 which includes geo restriction fields
SNS_AGGREGATOR_RELEASE=proposal-125509-agg
DFX_IC_COMMIT=1c221e6c4c1fe8fedd039505dd46760e24af7b22
DFX_IC_COMMIT=416058ebefaccb09c7056e6151fc72fcbae5a1ba
INTERNET_IDENTITY_RELEASE=release-2023-10-27
NNS_DAPP_RELEASE=proposal-121690
DIDC_VERSION=2023-07-25
Expand Down

0 comments on commit 4dfff33

Please sign in to comment.