Skip to content

Commit 478c260

Browse files
committed
reset
1 parent a43abd1 commit 478c260

File tree

3 files changed

+294
-196
lines changed

3 files changed

+294
-196
lines changed

.pipelines/build/images.jobs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@ jobs:
7676
- task: ShellScript@2
7777
displayName: "Package with DropGZ"
7878
condition: and(
79-
succeeded(),
79+
succeeded(),
8080
eq(variables.packageWithDropGZ, 'True'))
8181
inputs:
8282
scriptPath: $(REPO_ROOT)/.pipelines/build/scripts/dropgz.sh
8383

8484
- ${{ if not(contains(job_data.job, 'linux')) }}:
8585
- task: onebranch.pipeline.signing@1
8686
condition: and(
87-
succeeded(),
87+
succeeded(),
8888
eq(variables.packageWithDropGZ, 'True'))
8989
inputs:
9090
command: 'sign'
@@ -94,7 +94,7 @@ jobs:
9494

9595
# OneBranch artifacts are stored on a Windows machine which obliterates
9696
# Linux file permissions.
97-
# This task is added (along with ob_extract_root_artifact in jobs that
97+
# This task is added (along with ob_extract_root_artifact in jobs that
9898
# download the artifact) to protect those file permissions from changing
9999
# during image build time.
100100
#

.pipelines/build/ob-prepare.steps.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ steps:
5252
echo $(Build.QueuedBy)
5353
echo $(Build.Reason) # manual, PR, IndividualCI
5454
echo $(Build.SourceBranch)
55-
5655
name: "EnvironmentalVariables"
5756
displayName: "Set environmental variables"
5857
condition: always()

0 commit comments

Comments
 (0)