Skip to content

Commit

Permalink
fix(frontend): update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-Shen committed Feb 21, 2024
1 parent f985cab commit 6cd75d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/scripts/dispatch_workflow.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function gitlabCiTrigger(nextVersion) {
// aliyun ecs 访问github有问题
const url = `https://static-files.shlab.tech/download/labelU-Kit/releases/download/${nextVersion}/frontend.zip`;
const gitlabTriggerUrl = new URL(
`https://gitlab.shlab.tech/api/v4/projects/${process.env.GI_LABELU_PROJECT_ID}/trigger/pipeline?token=${process.env.GL_TRIGGER_TOKEN}&ref=test`,
`https://gitlab.shlab.tech/api/v4/projects/${process.env.GI_LABELU_PROJECT_ID}/trigger/pipeline?token=${process.env.GL_TRIGGER_TOKEN}&ref=self-host`,
);

const formData = new URLSearchParams();
Expand Down

0 comments on commit 6cd75d8

Please sign in to comment.