Uploaded image for project: 'Service Design and Creation'
  1. Service Design and Creation
  2. SDC-4370

Fix broken 'start-sdc' profile

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Medium Medium
    • London Release
    • None
    • SDC
    • None

      In case when folder /tmp/sdc-integration-tests does not exist (new ENV), 'start-sdc' profile fails to run because of following commands:

                                  <target>
                                      <mkdir dir="/tmp/sdc-integration-tests"/>
                                      <chmod dir="/tmp/sdc-integration-tests" type="dir" perm="ugo+rwx"/>
                                      <mkdir dir="/tmp/sdc-integration-tests/downloadAutomation"/>
                                      <chmod dir="/tmp/sdc-integration-tests/downloadAutomation"
                                          type="dir"
                                          perm="ugo+rwx"/>
                                  </target>

            vasraz vasraz
            vasraz vasraz
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: