You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .drone.yml
-27Lines changed: 0 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -123,33 +123,6 @@ steps:
123
123
# - smart-contract-prod-upgrade
124
124
125
125
---
126
-
kind: pipeline
127
-
type: docker
128
-
name: sdk deprecate npm version
129
-
130
-
trigger:
131
-
event:
132
-
- promote
133
-
target:
134
-
# deprecates a version of @iexec/dataprotector
135
-
- sdk-deprecate-package
136
-
137
-
steps:
138
-
- name: authenticate
139
-
image: robertstettner/drone-npm-auth
140
-
settings:
141
-
username:
142
-
from_secret: npm_username
143
-
token:
144
-
from_secret: npm_token
145
-
146
-
- name: deprecate package
147
-
image: node:18.19
148
-
params:
149
-
- PACKAGE_VERSION
150
-
commands:
151
-
- if [ -n "$PACKAGE_VERSION" ]; then npm deprecate @iexec/dataprotector@$PACKAGE_VERSION "deprecate $PACKAGE_VERSION"; else echo "PACKAGE_VERSION is not set"; fi
0 commit comments