Skip to content

Commit 321a96d

Browse files
committed
cleanuo
1 parent 24605e8 commit 321a96d

File tree

3 files changed

+1
-16
lines changed

3 files changed

+1
-16
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ jobs:
6565
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6666

6767
goreleaser-unix:
68-
if: false # Temporarily disabled for testing
6968
runs-on:
7069
group: databricks-deco-testing-runner-group
7170
labels: ubuntu-latest-deco
@@ -111,7 +110,6 @@ jobs:
111110
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
112111

113112
create-setup-cli-release-pr:
114-
if: false # Temporarily disabled for testing
115113
runs-on:
116114
group: databricks-deco-testing-runner-group
117115
labels: ubuntu-latest-deco
@@ -140,7 +138,6 @@ jobs:
140138
});
141139
142140
create-homebrew-tap-release-pr:
143-
if: false # Temporarily disabled for testing
144141
runs-on:
145142
group: databricks-deco-testing-runner-group
146143
labels: ubuntu-latest-deco
@@ -182,7 +179,6 @@ jobs:
182179
});
183180
184181
create-vscode-extension-update-pr:
185-
if: false # Temporarily disabled for testing
186182
runs-on:
187183
group: databricks-deco-testing-runner-group
188184
labels: ubuntu-latest-deco
@@ -211,7 +207,6 @@ jobs:
211207
});
212208
213209
pypi-publish:
214-
if: false # Temporarily disabled for testing
215210
runs-on:
216211
group: databricks-deco-testing-runner-group
217212
labels: ubuntu-latest-deco
@@ -249,7 +244,6 @@ jobs:
249244
packages-dir: python/dist
250245

251246
publish-to-winget-pkgs:
252-
if: false # Temporarily disabled for testing
253247
runs-on:
254248
group: databricks-deco-testing-runner-group
255249
labels: ubuntu-latest-deco

.goreleaser-windows.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ signs:
4848
- http://timestamp.digicert.com
4949
- /td
5050
- SHA256
51-
- /dlib
52-
- Azure.CodeSigning.Dlib.dll
53-
- /dmdf
54-
- metadata.json
5551
- ${artifact}
5652
artifacts: binary
5753

@@ -69,7 +65,7 @@ checksum:
6965
algorithm: sha256
7066

7167
snapshot:
72-
version_template: 'v0.0.0-dev+{{ .ShortCommit }}'
68+
version_template: '{{ incpatch .Version }}-dev+{{ .ShortCommit }}'
7369

7470
changelog:
7571
sort: asc

.goreleaser.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ version: 2
33
before:
44
hooks:
55
- go mod download
6-
- sh -c 'wget -q https://github.com/ebourg/jsign/releases/download/6.0/jsign-6.0.jar -O /tmp/jsign.jar'
76

87
builds:
98
- env:
@@ -41,10 +40,6 @@ builds:
4140
- arm64
4241
binary: databricks
4342

44-
hooks:
45-
post:
46-
- sh -c 'if [ "{{ .Os }}" = "windows" ]; then java -jar /tmp/jsign.jar --storetype AZUREKEYVAULT --keystore "${AZURE_KEY_VAULT_NAME}" --storepass "${ACCESS_TOKEN}" --alias "${AZURE_CERTIFICATE_NAME}" --tsaurl http://timestamp.digicert.com "{{ .Path }}"; fi'
47-
4843
archives:
4944
- formats: ["zip", "tar.gz"]
5045

0 commit comments

Comments
 (0)