You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All the CI/CD ops which are run by the git server can be run at the command line.
23
24
@@ -32,15 +33,15 @@ Validation of the code::
32
33
$ make -f .dae-devops/Makefile validate_pytest
33
34
$ make -f .dae-devops/Makefile validate_docs
34
35
35
-
Packaging::
36
+
Packaging (for the Diamond intranet)::
36
37
37
38
$ make -f .dae-devops/Makefile package_pip
38
39
39
-
Publishing::
40
+
Publishing (for the Diamond intranet)::
40
41
41
42
$ make -f .dae-devops/Makefile publish_pip
42
43
$ make -f .dae-devops/Makefile publish_docs
43
44
45
+
The Diamond intranet commands are not used for production. The production packaging and publishing are handled in the GitHub Actions workflows mechanism.
0 commit comments