Skip to content
Snippets Groups Projects
Commit 0550abc5 authored by shivani karipe's avatar shivani karipe Committed by David Diederich
Browse files

added changes to enable azure_bootstrap job

(cherry picked from commit 8f1baf36)
parent 9471e548
No related branches found
No related tags found
No related merge requests found
......@@ -309,7 +309,7 @@ The following software have components provided under the terms of this license:
- Apache Geronimo JMS Spec 2.0 (from http://geronimo.apache.org/maven/${siteId}/${version})
- Apache Groovy (from http://groovy-lang.org, http://groovy.codehaus.org/, https://groovy-lang.org)
- Apache HTTP transport v2 for the Google HTTP Client Library for Java. (from https://repo1.maven.org/maven2/com/google/http-client/google-http-client-apache-v2)
- Apache HttpClient (from http://hc.apache.org/httpcomponents-client)
- Apache HttpClient (from http://hc.apache.org/httpcomponents-client, http://hc.apache.org/httpcomponents-client-ga)
- Apache HttpClient Cache (from http://hc.apache.org/httpcomponents-client)
- Apache HttpCore (from http://hc.apache.org/httpcomponents-core-ga, http://hc.apache.org/httpcomponents-core-ga/)
- Apache Log4j API (from https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-api)
......
......@@ -39,9 +39,9 @@ azure_bootstrap:
only:
variables:
- $AZURE == 'true'
- $AZURE == '1'
azure_test:
only:
variables:
- $AZURE == 'true'
- $AZURE == '1'
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