Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nomad-FAIR
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nomad-lab
nomad-FAIR
Merge requests
!1293
Resolve "issue with the test artifact generation script"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Resolve "issue with the test artifact generation script"
1500-issue-with-the-test-artifact-generation-script
into
develop
Overview
1
Commits
1
Pipelines
1
Changes
2
Closed
Adam Fekete
requested to merge
1500-issue-with-the-test-artifact-generation-script
into
develop
2 years ago
Overview
1
Commits
1
Pipelines
1
Changes
2
Expand
Closes
#1500 (closed)
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
55686cfb
1 commit,
2 years ago
2 files
+
4
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
scripts/check_gui_artifacts.sh
+
2
−
2
Options
@@ -11,8 +11,8 @@ set -x # echo on
mkdir
tmp
NOMAD_CONFIG
=
gui/tests/nomad.yaml python
-m
nomad.cli dev gui-artifacts
>
tmp/artifacts.js
NOMAD_CONFIG
=
gui/tests/nomad.yaml python
-m
nomad.cli dev gui-config
>
tmp/env.js
NOMAD_CONFIG
=
gui/tests/nomad.yaml
;
python
-m
nomad.cli dev gui-artifacts
>
tmp/artifacts.js
NOMAD_CONFIG
=
gui/tests/nomad.yaml
;
python
-m
nomad.cli dev gui-config
>
tmp/env.js
diff gui/tests/artifacts.js tmp/artifacts.js
diff gui/tests/env.js tmp/env.js
Loading