Commit d512b34a by Dillon-Dumesnil Committed by Cory Lee

Actually adding the autoregister.properties file into the docker container (#4267)

parent 5dc2322a
...@@ -27,3 +27,8 @@ RUN php -r "readfile('http://files.drush.org/drush.phar');" > drush && \ ...@@ -27,3 +27,8 @@ RUN php -r "readfile('http://files.drush.org/drush.phar');" > drush && \
ADD docker/build/go-agent-marketing/files/acquia_github_key.pem /var/go/.ssh/acquia_github_key ADD docker/build/go-agent-marketing/files/acquia_github_key.pem /var/go/.ssh/acquia_github_key
RUN chmod 600 /var/go/.ssh/acquia_github_key && \ RUN chmod 600 /var/go/.ssh/acquia_github_key && \
chown go:go /var/go/.ssh/acquia_github_key chown go:go /var/go/.ssh/acquia_github_key
# !!!!NOTICE!!!! ---- Runner of this pipeline take heed!! You must replace agent.auto.register.key with the REAL key
# The key material here is faked and is only used to pass CI!
# setup the agent autoregister key
ADD docker/build/go-agent-marketing/config/autoregister.properties /var/lib/go-agent/config/autoregister.properties
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment