Skip to content

Commit

Permalink
add clij3 script
Browse files Browse the repository at this point in the history
  • Loading branch information
StRigaud committed Oct 15, 2024
1 parent 15879c5 commit 1bccb5a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions app.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,8 @@ module.exports = (app) => {
const releaseTag = client_payload.release_tag;
const scriptMapping = {
"pyclesperanto": "pyclesperanto_auto_update.py",
"clesperantoj": "clesperantoj_auto_update.py"
"clesperantoj": "clesperantoj_auto_update.py",
"clij3": "clij3_auto_update.py"
};
const scriptName = scriptMapping[repository.name];
if (scriptName) {
Expand All @@ -351,7 +352,8 @@ module.exports = (app) => {
context.log.info(`Workflow dispatch event for repository: ${repository.name} with release_tag: ${release_tag}`);
const scriptMapping = {
"pyclesperanto": "pyclesperanto_auto_update.py",
"clesperantoj": "clesperantoj_auto_update.py"
"clesperantoj": "clesperantoj_auto_update.py",
"clij3": "clij3_auto_update.py"
};
const scriptName = scriptMapping[repository.name];
if (scriptName) {
Expand Down
6 changes: 4 additions & 2 deletions dist/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -117295,7 +117295,8 @@ module.exports = (app) => {
const releaseTag = client_payload.release_tag;
const scriptMapping = {
"pyclesperanto": "pyclesperanto_auto_update.py",
"clesperantoj": "clesperantoj_auto_update.py"
"clesperantoj": "clesperantoj_auto_update.py",
"clij3": "clij3_auto_update.py"
};
const scriptName = scriptMapping[repository.name];
if (scriptName) {
Expand All @@ -117315,7 +117316,8 @@ module.exports = (app) => {
context.log.info(`Workflow dispatch event for repository: ${repository.name} with release_tag: ${release_tag}`);
const scriptMapping = {
"pyclesperanto": "pyclesperanto_auto_update.py",
"clesperantoj": "clesperantoj_auto_update.py"
"clesperantoj": "clesperantoj_auto_update.py",
"clij3": "clij3_auto_update.py"
};
const scriptName = scriptMapping[repository.name];
if (scriptName) {
Expand Down

0 comments on commit 1bccb5a

Please sign in to comment.