Skip to content

Commit

Permalink
Add symlink for pcf2 into /home/pcs/onedocker/package (#721)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #721

PCF2 e2e workflow is failing because this symlink doesn't exist

https://pxl.cl/213Fv

{F713208622}

Reviewed By: jrodal98

Differential Revision: D35025637

fbshipit-source-id: 58db363f8277a1db8925b8cad17a2d36301c018a
  • Loading branch information
adshastri authored and facebook-github-bot committed Mar 21, 2022
1 parent 889d0eb commit c9e7b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/onedocker/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ USER pcs
# Link all the binaries into /home/pcs/onedocker/package
RUN mkdir -p /home/pcs/onedocker/package
WORKDIR /usr/local/bin
RUN for b in $(ls attribution* lift* pid* shard* private-id* decoupled*); do ln -s $(pwd)/$b /home/pcs/onedocker/package/$b; done
RUN for b in $(ls attribution* lift* pid* shard* private-id* decoupled* pcf2*); do ln -s $(pwd)/$b /home/pcs/onedocker/package/$b; done

# Link binaries name to match with onedocker binaries name
RUN ln -s decoupled_attribution_calculator /home/pcs/onedocker/package/decoupled_attribution
Expand Down

0 comments on commit c9e7b22

Please sign in to comment.