Skip to content

Commit

Permalink
Merge pull request #3952 from sacherjj/1.5.0_ci_updates
Browse files Browse the repository at this point in the history
Moving Assembly Script to end of publish.
  • Loading branch information
sacherjj authored May 11, 2023
2 parents 84f0643 + a6b8f04 commit a50b85a
Showing 1 changed file with 16 additions and 16 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

0 comments on commit a50b85a

Please sign in to comment.