Skip to content

Commit

Permalink
CI: Update release-branch-build.yml for dummy release with newer @oct…
Browse files Browse the repository at this point in the history
…okit/rest
  • Loading branch information
DeeDeeG committed Jul 25, 2021
1 parent 4bac94a commit ca966fe
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions script/vsts/release-branch-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ trigger:
- master
- 1.* # VSTS only supports wildcards at the end
- electron-*
- test-updating-octokit_rest
pr: none # no PR triggers

jobs:
Expand All @@ -12,8 +13,8 @@ jobs:
- template: lint.yml

# Import OS-specific build definitions.
- template: platforms/windows.yml
- template: platforms/macos.yml
# - template: platforms/windows.yml
# - template: platforms/macos.yml
- template: platforms/linux.yml

- job: UploadArtifacts
Expand All @@ -22,10 +23,10 @@ jobs:

dependsOn:
- GetReleaseVersion
- Lint
- Windows_tests
# - Lint
# - Windows_tests
- Linux
- macOS_tests
# - macOS_tests

variables:
ReleaseVersion: $[ dependencies.GetReleaseVersion.outputs['Version.ReleaseVersion'] ]
Expand Down Expand Up @@ -59,7 +60,7 @@ jobs:
ATOM_RELEASES_S3_BUCKET: $(ATOM_RELEASES_S3_BUCKET)
PACKAGE_CLOUD_API_KEY: $(PACKAGE_CLOUD_API_KEY)
displayName: Create Draft Release
condition: and(succeeded(), eq(variables['Atom.AutoDraftRelease'], 'true'), eq(variables['IsReleaseBranch'], 'true'))
condition: succeeded()
- script: |
node $(Build.SourcesDirectory)/script/vsts/upload-artifacts.js --assets-path "$(System.ArtifactsDirectory)" --azure-blob-path "vsts-artifacts/$(Build.BuildId)/"
Expand Down

0 comments on commit ca966fe

Please sign in to comment.