diff options
| -rw-r--r-- | bitbucket-pipelines.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index b15cc7c..f03c52a 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -1,9 +1,9 @@ -# This is a sample build configuration for C++ – Make. +# This is a sample build configuration for C++ � Make. # Check our guides at https://confluence.atlassian.com/x/5Q4SMw for more examples. # Only use spaces to indent your .yml configuration. # ----- # You can specify a custom docker image from Docker Hub as your build environment. -image: gcc:6.1 +image: tgrogers/gpgpu-sim_regress:latest pipelines: default: |
