Skip to content

Commit

Permalink
Merge branch 'main' into padms/2014
Browse files Browse the repository at this point in the history
  • Loading branch information
padms committed Mar 1, 2024
2 parents e833e16 + aae7189 commit 2db4e72
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 34 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/deploy-v3/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,21 +129,7 @@ runs:
component=${{ inputs.datasetName == 'global-development' && 'studiov3-global-development' || format('{0}{1}', 'studio-', inputs.datasetName) }}
echo "Component name is $component"
echo "COMPONENT_NAME=$component" >> $GITHUB_ENV
# PLAYGROUND CLUSTER
- name: Deploy to Radix Playground 🚀
id: deploy-playground
if: "${{ inputs.deployToBothClusters }}"
uses: equinor/radix-github-actions@master
with:
args: >
create job
deploy
--token-environment
--context playground
--component $COMPONENT_NAME
-a equinor-web-sites
-e ${{ inputs.environment }}
-f
# MAIN CLUSTER
- name: Deploy to Radix c2 🚀
id: deploy-c2
Expand Down
16 changes: 0 additions & 16 deletions .github/workflows/deploy-websites/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,22 +125,6 @@ runs:
echo "Component name is $component"
echo "COMPONENT_NAME=$component" >> $GITHUB_ENV
# PLAYGROUND CLUSTER
- name: Deploy to Radix Playground 🚀
id: deploy-playground
if: '${{ inputs.deployToBothClusters }}'
uses: equinor/radix-github-actions@master
with:
args: >
create job
deploy
--token-environment
--context playground
--component $COMPONENT_NAME
-a equinor-web-sites
-e ${{ inputs.environment }}
-f
# MAIN CLUSTER
- name: Deploy to Radix c2 🚀
id: deploy-c2
Expand Down
4 changes: 1 addition & 3 deletions web/components/src/Link/ButtonLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ export const ButtonLink = forwardRef<HTMLAnchorElement, ButtonLinkProps>(functio
locale={locale}
forwardedAs={NextLink}
prefetch={false}
href={{
pathname: href,
}}
href={href}
color="secondary"
variant="outlined"
ref={ref}
Expand Down

0 comments on commit 2db4e72

Please sign in to comment.