Skip to content

Commit f945921

Browse files
committed
fix
1 parent 3217e96 commit f945921

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ void createCluster(String CLUSTER_SUFFIX) {
99
gcloud auth activate-service-account --key-file $CLIENT_SECRET_FILE
1010
gcloud config set project $GCP_PROJECT
1111
12-
13-
cat > ${WORKSPACE}/hugepages-config-${CLUSTER_SUFFIX}.yaml <<EOF
12+
cat > "${WORKSPACE}/hugepages-config-${CLUSTER_SUFFIX}.yaml" <<'EOF'
1413
linuxConfig:
1514
hugepageConfig:
1615
hugepage_size2m: 1024

0 commit comments

Comments
 (0)