Commit 88bde671 authored by DJOUNANG NANA Guy Rostan's avatar DJOUNANG NANA Guy Rostan
Browse files

fix: surround booleans true and falde with simple quotes

parent 866f5ed7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,9 +2,9 @@ cargo_doc:
    image: rust:1.57-buster
    stage: build
    variables:
      ONLY_LIB: false
      ONLY_LIB: 'false'
      PROJECT_ROOT: '.'
      RELEASE_MODE: true
      RELEASE_MODE: 'true'
      OUTPUT_FOLDER: "website_build"
      ADDITIONAL_OPTIONS: ''
    script: