Skip to content

Commit

Permalink
Revert "Release 1.1.0 to Master"
Browse files Browse the repository at this point in the history
  • Loading branch information
sacherjj authored Apr 15, 2021
1 parent 8cff336 commit e2cfc8c
Show file tree
Hide file tree
Showing 320 changed files with 7,561 additions and 11,762 deletions.
37 changes: 3 additions & 34 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ steps:
commands:
- cargo install cargo-audit
- cargo generate-lockfile
- cargo audit
- cargo audit --ignore RUSTSEC-2020-0123 --ignore RUSTSEC-2020-0146

trigger:
branch:
Expand Down Expand Up @@ -257,6 +257,7 @@ steps:
image: casperlabs/node-build-u1804
# Keeping casper-node from int test publish to allow networks stood up without casper-node-launcher for now.
commands:
- "./upload.sh --repo-name casper-debian-tests --package-name casper-node"
- "./upload.sh --repo-name casper-debian-tests --package-name casper-client"
environment:
CL_VAULT_TOKEN:
Expand All @@ -271,37 +272,6 @@ steps:
event:
- push

- name: publish-repo-test
image: casperlabs/aptly:latest
failure: ignore
environment:
AWS_SECRET_ACCESS_KEY:
from_secret: APTLY_SECRET_KEY
AWS_ACCESS_KEY_ID:
from_secret: APTLY_KEY_ID
settings:
repo_name:
from_secret: APTLY_REPO_NAME
region:
from_secret: APTLY_REGION
gpg_key:
from_secret: APTLY_GPG_KEY
gpg_pass:
from_secret: APTLY_GPG_PASS
distribution_id:
from_secret: APTLY_DISTRIBUTION_ID
acl: 'public-read'
prefix: 'releases'
deb_path: './target/debian'
deb_name: '*.deb'
when:
branch:
- master
- dev
- "release-*"
event:
- push

depends_on:
- cargo-test
- package
Expand Down Expand Up @@ -535,7 +505,7 @@ steps:
image: plugins/slack
settings:
webhook:
from_secret: slack_webhook_nightly
from_secret: slack_webhook
template:
- |
Nightly Test Run Status: *{{ uppercasefirst build.status }}*
Expand All @@ -545,7 +515,6 @@ steps:
when:
status:
- failure
- success
depends_on:
- nctl-nighly-script

Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,6 @@ resources/local/chainspec.toml
.idea/
cmake-build-debug/

# vscode
.vscode/

# NCTL transient assets
/utils/nctl/assets
/utils/nctl/dumps
Expand Down
Loading

0 comments on commit e2cfc8c

Please sign in to comment.