Skip to content

Commit

Permalink
Merge #4352
Browse files Browse the repository at this point in the history
4352: Merge 1.5.3 into dev r=mpapierski a=mpapierski

Merges all 1.5.3 changes into dev branch.

Co-authored-by: Michał Papierski <michal@casperlabs.io>
Co-authored-by: Alexandru Sardan <alexandru@casperlabs.io>
Co-authored-by: Joe Sacher <321623+sacherjj@users.noreply.github.com>
Co-authored-by: Fraser Hutchison <fraser@casperlabs.io>
Co-authored-by: casperlabs-bors-ng[bot] <82463608+casperlabs-bors-ng[bot]@users.noreply.github.com>
Co-authored-by: sacherjj <321623+sacherjj@users.noreply.github.com>
Co-authored-by: Rafał Chabowski <rafal@casperlabs.io>
Co-authored-by: Bartłomiej Kamiński <bart@casperlabs.io>
  • Loading branch information
7 people authored Oct 20, 2023
2 parents d9783da + eac53ef commit b8b1cc7
Show file tree
Hide file tree
Showing 86 changed files with 7,270 additions and 6,061 deletions.
32 changes: 16 additions & 16 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -370,22 +370,6 @@ steps:
prerelease:
- true

- name: as-contract-publish
image: plugins/npm
settings:
username:
from_secret: npm_user
token:
from_secret: npm_token
email:
from_secret: npm_email
folder:
- "smart_contracts/contract_as"
fail_on_version_conflict:
- true
access:
- "public"

- name: nctl-s3-build
<<: *buildenv_upload
commands:
Expand Down Expand Up @@ -415,6 +399,22 @@ steps:
commands:
- "./ci/publish_to_crates_io.sh"

- name: as-contract-publish
image: plugins/npm
settings:
username:
from_secret: npm_user
token:
from_secret: npm_token
email:
from_secret: npm_email
folder:
- "smart_contracts/contract_as"
fail_on_version_conflict:
- true
access:
- "public"

- name: notify
image: plugins/slack
settings:
Expand Down
Loading

0 comments on commit b8b1cc7

Please sign in to comment.