Skip to content

Commit b821f35

Browse files
committed
Minor fix in workflow graph
1 parent 6e0001c commit b821f35

1 file changed

Lines changed: 9 additions & 62 deletions

File tree

.github/workflows/graphs/build-test-publish.act

Lines changed: 9 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,9 @@ nodes:
115115
CC=aarch64-linux-gnu-gcc
116116

117117

118-
# Download P4 API SDK for the target platform
119-
bash setup.sh "$CURRENT_OS" "$ARCH" || echo "P4 API download failed, building without P4 support"
118+
# Download P4 API SDK for the target platform bash setup.sh
119+
"$CURRENT_OS" "$ARCH" || echo "P4 API download failed, building without
120+
P4 support"
120121

121122

122123
build_cli() {
@@ -719,66 +720,6 @@ nodes:
719720
y: 2570
720721
inputs:
721722
name: APPLE_TEAM_ID
722-
- id: group-v1-watermelon-raspberry-brown
723-
type: core/group@v1
724-
position:
725-
x: 9380
726-
y: 2880
727-
graph:
728-
entry: group-inputs-v1-sheep-date-watermelon
729-
type: group
730-
nodes:
731-
- id: group-inputs-v1-sheep-date-watermelon
732-
type: core/group-inputs@v1
733-
position:
734-
x: -630
735-
y: 140
736-
- id: group-outputs-v1-rhinoceros-grapefruit-date
737-
type: core/group-outputs@v1
738-
position:
739-
x: 640
740-
y: 120
741-
- id: env-get-v1-cat-banana-dolphin
742-
type: core/env-get@v1
743-
position:
744-
x: -390
745-
y: 160
746-
inputs:
747-
env: GITHUB_REF
748-
- id: string-match-v1-koala-pineapple-cherry
749-
type: core/string-match@v1
750-
position:
751-
x: 60
752-
y: 120
753-
inputs:
754-
str2: refs/tags
755-
op: startswith
756-
connections:
757-
- src:
758-
node: env-get-v1-cat-banana-dolphin
759-
port: env
760-
dst:
761-
node: string-match-v1-koala-pineapple-cherry
762-
port: str1
763-
- src:
764-
node: string-match-v1-koala-pineapple-cherry
765-
port: result
766-
dst:
767-
node: group-outputs-v1-rhinoceros-grapefruit-date
768-
port: camel-mango-plum
769-
executions: []
770-
outputs:
771-
camel-mango-plum:
772-
name: Is Tag
773-
type: bool
774-
desc: ''
775-
index: 0
776-
info:
777-
author: ''
778-
version: ''
779-
contact: ''
780-
description: ''
781-
label: Git Commit Info
782723
- id: run-v1-strawberry-plum-black
783724
type: core/run@v1
784725
position:
@@ -7089,3 +7030,9 @@ executions:
70897030
dst:
70907031
node: group-v1-orange-tiger-grapefruit
70917032
port: exec-lion-beige-dragonfruit
7033+
- src:
7034+
node: core-sequence-v1-watermelon-starfish-apple
7035+
port: exec[0]
7036+
dst:
7037+
node: group-v1-orange-tiger-grapefruit
7038+
port: exec-lion-beige-dragonfruit

0 commit comments

Comments
 (0)