Commit 71c2b71a authored by Thibaud-Vdb's avatar Thibaud-Vdb
Browse files

Merge branch '565-wrong-variables-used-in-ng_build-job' into 'latest'

Resolve "wrong variables used in ng_build job"

Closes #565

See merge request r2devops/hub!346
parents 4831c6f4 c4727af7
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
# Changelog
All notable changes to this job will be documented in this file.

## [0.1.1] - 2022-04-26
* Rename DOCUMENTATION_OUTPUT into OUTPUT_PATH
  
## [0.1.0] - 2021-12-17
* Initial version
+1 −1
Original line number Diff line number Diff line
@@ -26,4 +26,4 @@ ng_build:
    artifacts:
      when: always
      paths:
        - ${CI_PROJECT_DIR}/${DOCUMENTATION_OUTPUT}
        - ${CI_PROJECT_DIR}/${OUTPUT_PATH}