Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a custom build of ddev to debug yaml corruption errors #453

Closed
wants to merge 8 commits into from

Conversation

deviantintegral
Copy link
Member

@github-actions github-actions bot requested a deployment to pantheon-pr-453 February 23, 2024 17:46 In progress
@github-actions github-actions bot requested a deployment to pantheon-pr-453 February 23, 2024 17:49 In progress
@github-actions github-actions bot requested a deployment to pantheon-pr-453 February 23, 2024 17:53 In progress
@github-actions github-actions bot requested a deployment to pantheon-pr-453 February 23, 2024 17:58 In progress
Comment on lines +65 to +72
if [ "${{ inputs.replace-ddev-binary-url }}" != "" ]; then
echo "Replacing ddev binary from ${{ inputs.replace-ddev-binary-url }}"
curl --silent --location --output /tmp/ddev.zip "${{ inputs.replace-ddev-binary-url }}"
sudo unzip -o -d /usr/bin /tmp/ddev.zip
sudo chmod +x /usr/bin/ddev
ddev --version
fi

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since I was able to reproduce this so easily in this PR, we won't want to merge this whole PR. @justafish what do you think about adding support for overriding ddev like this as a feature?

Also Randy says:

Note that you're using an obsolete technique for key install, Run curl https://apt.fury.io/drud/gpg.key | sudo apt-key add -
Also, you're using the old drud location, https://apt.fury.io/drud

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@deviantintegral sounds good! 👍
#528

- name: Install DDEV
uses: ./drainpipe/scaffold/github/actions/common/ddev
with:
git-name: Drainpipe Bot
git-email: [email protected]#
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@justafish is this a typo we should fix?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes 😄 #527

@justafish
Copy link
Member

Closing as this was fixed in ddev/ddev#5893

@justafish justafish closed this Apr 12, 2024
@justafish justafish deleted the yaml-corruption-debug branch April 12, 2024 12:22
@deviantintegral
Copy link
Member Author

@justafish what did you think of my two notes above, on the email address and updating the ddev install steps?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants