Skip to content
Snippets Groups Projects
Commit 7a57bbf2 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

fixing a damn typo

parent 2e8619dc
No related branches found
Tags 2.8.0
3 merge requests!1282Merge in main,!1281Draft: Rebase on main,!1278fixing a damn typo
Pipeline #9112 passed
Pipeline: workspaces

#9114

    Pipeline: workspaces

    #9113

      ......@@ -22,7 +22,7 @@ RUN apt update && apt install -y procps htcondor nano
      # Copy over HTCondor submit node config
      COPY ./config/htcondor/00-htcondor-9.0.config /etc/condor/config.d/00-htcondor-9.0.config
      COPY ./config/htcondor/submit/99-workspaces-submit.${ENV}.conf /etc/condor/config.d/99-workspaces-submit.${ENV}.conf
      COPY ./config/htcondor/submit/nrao-nofile.conf /etc/security/limit.d/nrao-nofile.conf
      COPY ./config/htcondor/submit/nrao-nofile.conf /etc/security/limits.d/nrao-nofile.conf
      # Change working directory to /code
      WORKDIR /code
      ......
      ......@@ -29,7 +29,7 @@ RUN apt update && apt install -y procps htcondor
      COPY ./config/htcondor/00-htcondor-9.0.local.config /etc/condor/config.d/00-htcondor-9.0.config
      # Copy over HTCondor submit node config
      COPY ./config/htcondor/submit/99-workspaces-submit.conf /etc/condor/config.d/99-workspaces-submit.conf
      COPY ./config/htcondor/submit/nrao-nofile.conf /etc/security/limit.d/nrao-nofile.conf
      COPY ./config/htcondor/submit/nrao-nofile.conf /etc/security/limits.d/nrao-nofile.conf
      # Set Capo
      ARG capo_env=docker
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Finish editing this message first!
      Please register or to comment